 | Unwrapping2DPathFollowingProcess(Single, Int32) Method |
Unwraps a phase image by means of a quality guided path following algorithm.
Namespace: LynceeTec.Processing.ComplexProcessingAssembly: LynceeTec.InterfaceProcessing (in LynceeTec.InterfaceProcessing.dll) Version: 0.0.0.0
Syntaxpublic float[] Process(
float[] src,
int srcStep
)
public:
array<float>^ Process(
array<float>^ src,
int srcStep
)
Parameters
- src Single
- The source phase image.
- srcStep Int32
- The source buffer width in bytes.
Return Value
SingleThe unwrapped image.
See Also