 | Unwrapping2DPathFollowingProcess Method (Single, Int32, Int32, Int32) |
Unwraps a phase image by means of a quality guided path following algorithm.
This method unwraps the source with the new dimensions.
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.PhaseProcessingAssembly: LynceeTec.Processing (in LynceeTec.Processing.dll) Version: 6.5.0.18 6_5_dev bd821f0, built 2017-12-01 14:29:40 UTC
Syntaxpublic float[] Process(
float[] src,
int srcStep,
int width,
int height
)
public:
array<float>^ Process(
array<float>^ src,
int srcStep,
int width,
int height
)
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. - width
- Type: SystemInt32
The width of the image.The width of the image. - height
- Type: SystemInt32
The height of the image.The height of the image.
Return Value
Type:
SingleThe unwrapped image.
Return Value
Type:
SingleThe unwrapped image.
See Also