 | SingleWavelengthReconstructionCopyImgResult Method |
Copies the image result of processing in a local buffer.
Namespace: LynceeTec.Processing.HolographyAssembly: LynceeTec.Processing (in LynceeTec.Processing.dll) Version: 6.4.0.7 6_4_dev bc6b638, built 2016-11-07 15:44:14 UTC
Syntaxpublic void CopyImgResult(
byte[] dst,
windowsList win
)
public:
void CopyImgResult(
array<unsigned char>^ dst,
windowsList win
)
Parameters
- dst
- Type: SystemByte
The destination buffer. - win
- Type: LynceeTec.ProcessingwindowsList
The image to return. Either amplitude, phase or fourier.
See Also