 | Unwrapping2DPathFollowing Class |
Class Unwrapping2DPathFollowing definition.
Unwraps a phase image by means of a quality guided path following algorithm.
Inheritance HierarchySystemObject LynceeTec.Processing.ComplexProcessingUnwrapping2DPathFollowing Namespace: LynceeTec.Processing.ComplexProcessingAssembly: LynceeTec.InterfaceProcessing (in LynceeTec.InterfaceProcessing.dll) Version: 0.0.0.0
Syntaxpublic class Unwrapping2DPathFollowing : IDisposable
public ref class Unwrapping2DPathFollowing : IDisposable
The Unwrapping2DPathFollowing type exposes the following members.
Constructors
Methods | Name | Description |
---|
 | Dispose |
Finalizes an instance of the Unwrapping2DPathFollowing class.
|
 | Process(Single, Int32) |
Unwraps a phase image by means of a quality guided path following algorithm.
|
 | Process(Single, Int32, Boolean) |
Unwraps a phase image by means of a quality guided path following algorithm.
|
 | Process(Single, Int32, Byte, Int32) |
Unwraps a phase image by means of a quality guided path following algorithm.
|
 | Process(Single, Int32, Single, Int32) |
Unwraps a phase image by means of a quality guided path following algorithm.
|
 | Process(Single, Int32, Byte, Int32, Boolean) |
Unwraps a phase image by means of a quality guided path following algorithm.
|
 | Process(Single, Int32, Single, Int32, Boolean) |
Unwraps a phase image by means of a quality guided path following algorithm.
|
 | Process(Single, Int32, Single, Int32, Byte, Int32) |
Unwraps a phase image by means of a quality guided path following algorithm.
|
 | Process(Single, Int32, Single, Int32, Byte, Int32, Boolean) |
Unwraps a phase image by means of a quality guided path following algorithm.
|
 | SetSourcePhaseDimensions |
Sets the source dimensions.
|
Top
See Also