Click or drag to resize

Unwrapping2DPathFollowingProcess(Single, Int32, Byte, Int32) Method

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,
	byte[] mask,
	int maskStep
)

Parameters

src  Single
The source phase image.
srcStep  Int32
The source buffer width in bytes.
mask  Byte
The mask.
maskStep  Int32
The mask buffer width in bytes.

Return Value

Single
The unwrapped image.
See Also