 | Unwrapping2DPathFollowingProcess Method (Single, Int32, Byte, Int32, Boolean) |
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
Syntaxpublic float[] Process(
float[] src,
int srcStep,
byte[] mask,
int maskStep,
bool useCPU
)
public:
array<float>^ Process(
array<float>^ src,
int srcStep,
array<unsigned char>^ mask,
int maskStep,
bool useCPU
)
Parameters
- src
- Type: SystemSingle
The source phase image. - srcStep
- Type: SystemInt32
The source buffer width in bytes. - mask
- Type: SystemByte
The mask. - maskStep
- Type: SystemInt32
The mask buffer width in bytes. - useCPU
- Type: SystemBoolean
If true, computation is done on CPU only.
Return Value
Type:
SingleThe unwrapped image.
See Also