 | Unwrapping2DPathFollowingProcess Method (Single, Int32, Single, Int32, Byte, Int32) |
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 void Process(
float[] src,
int srcStep,
float[] dst,
int dstStep,
byte[] mask,
int maskStep
)
public:
void Process(
array<float>^ src,
int srcStep,
array<float>^ dst,
int dstStep,
array<unsigned char>^ mask,
int maskStep
)
Parameters
- src
- Type: SystemSingle
The source phase image. - srcStep
- Type: SystemInt32
The source buffer width in bytes. - dst
- Type: SystemSingle
The unwrapped image. - dstStep
- Type: SystemInt32
The destination buffer width in bytes. - mask
- Type: SystemByte
The mask. - maskStep
- Type: SystemInt32
The mask buffer width in bytes.
See Also