Click or drag to resize

SingleWavelengthReconstructionCopyImgResult Method

Copies the image result of processing in a local buffer.

Namespace: LynceeTec.Processing.Holography
Assembly: LynceeTec.InterfaceProcessing (in LynceeTec.InterfaceProcessing.dll) Version: 0.0.0.0
Syntax
public virtual void CopyImgResult(
	byte[] dst,
	windowsList win
)

Parameters

dst  Byte
The destination buffer.
win  windowsList
The image to return. Either amplitude, phase or fourier.

Implements

IReconstructionCopyImgResult(Byte, windowsList)
See Also