 | Unwrapping2DPathFollowingProcess(Single, Int32, Single, Int32, Byte, Int32, Boolean) 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 void Process(
float[] src,
int srcStep,
float[] dst,
int dstStep,
byte[] mask,
int maskStep,
bool useCPU
)
public:
void Process(
array<float>^ src,
int srcStep,
array<float>^ dst,
int dstStep,
array<unsigned char>^ mask,
int maskStep,
bool useCPU
)
Parameters
- src Single
- The source phase image.
- srcStep Int32
- The source buffer width in bytes.
- dst Single
- The unwrapped image.
- dstStep Int32
- The destination buffer width in bytes.
- mask Byte
- The mask.
- maskStep Int32
- The mask buffer width in bytes.
- useCPU Boolean
- If true computation is done on CPU only.
See Also