Click or drag to resize
SingleWavelengthReconstructionCopyImgResult Method
Copies the image result of processing in a local buffer.

Namespace: LynceeTec.Processing.Holography
Assembly: LynceeTec.Processing (in LynceeTec.Processing.dll) Version: 6.4.0.7 6_4_dev bc6b638, built 2016-11-07 15:44:14 UTC
Syntax
public void CopyImgResult(
	byte[] 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