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