Click or drag to resize
Unwrapping2DPathFollowingProcess Method (Single, 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.

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

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.

Return Value

Type: Single
The unwrapped image.

Return Value

Type: Single
The unwrapped image.
See Also