Click or drag to resize

IReconstructionCopyImgResult Method

Copies the image result of processing in a local buffer.

Namespace: LynceeTec.Interfaces
Assembly: LynceeTec.Interfaces (in LynceeTec.Interfaces.dll) Version: 10.2.3317.0 , built 2025-03-17 14:03:43 UTC
Syntax
void CopyImgResult(
	byte[] dst,
	windowsList win
)

Parameters

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