Click or drag to resize

Unwrapping2DPathFollowingProcess Method (Single, Int32)

Unwraps a phase image by means of a quality guided path following algorithm.

Namespace:  LynceeTec.Processing.ComplexProcessing
Assembly:  LynceeTec.InterfaceProcessing (in LynceeTec.InterfaceProcessing.dll) Version: 0.0.0.0
Syntax
public float[] Process(
	float[] src,
	int srcStep
)

Parameters

src
Type: SystemSingle
The source phase image.
srcStep
Type: SystemInt32
The source buffer width in bytes.

Return Value

Type: Single
The unwrapped image.
See Also