Click or drag to resize

Unwrapping2DPathFollowingProcess Method (Single, Int32, Byte, Int32)

Unwraps a phase image by means of a quality guided path following algorithm.
Unwraps a phase image by means of a quality guided path following algorithm. This method unwraps the source with the new dimensions.

Namespace:  LynceeTec.Processing.ComplexProcessing
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 float[] Process(
	float[] src,
	int srcStep,
	byte[] mask,
	int maskStep
)

Parameters

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

Return Value

Type: Single
The unwrapped image.

Return Value

Type: Single
The unwrapped image.
See Also