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.5.0.18 6_5_dev bd821f0, built 2017-12-01 14:29:40 UTC
Syntax
public virtual 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.

Implements

IReconstructionCopyImgResult(Byte, windowsList)
See Also