Click or drag to resize

SingleWavelengthReconstructionCopyImg32fResult Method

Copies the floating point image result of processing in a local buffer.

Namespace:  LynceeTec.Processing.Holography
Assembly:  LynceeTec.Processing (in LynceeTec.Processing.dll) Version: 6.6.0 6_6_dev_win7 eedf306, built 2018-03-20 10:08:02 UTC
Syntax
public virtual void CopyImg32fResult(
	float[] dst,
	int dstStep,
	windowsList win
)

Parameters

dst
Type: SystemSingle
The destination buffer.
dstStep
Type: SystemInt32
The stride of the destination buffer, in bytes.
win
Type: LynceeTec.ProcessingwindowsList
The image to return. Either amplitude or phase.

Implements

IReconstructionCopyImg32fResult(Single, Int32, windowsList)
See Also