Click or drag to resize

Unwrapping2DPathFollowing Class

Class Unwrapping2DPathFollowing definition. Unwraps a phase image by means of a quality guided path following algorithm.
Inheritance Hierarchy
SystemObject
  LynceeTec.Processing.ComplexProcessingUnwrapping2DPathFollowing

Namespace:  LynceeTec.Processing.ComplexProcessing
Assembly:  LynceeTec.InterfaceProcessing (in LynceeTec.InterfaceProcessing.dll) Version: 0.0.0.0
Syntax
public class Unwrapping2DPathFollowing : IDisposable

The Unwrapping2DPathFollowing type exposes the following members.

Constructors
  NameDescription
Public methodUnwrapping2DPathFollowing
Initializes a new instance of the Unwrapping2DPathFollowing class
Public methodUnwrapping2DPathFollowing(Int32, Int32)
Initializes a new instance of the Unwrapping2DPathFollowing class
Top
Methods
  NameDescription
Public methodDispose
Finalizes an instance of the Unwrapping2DPathFollowing class.
Public methodProcess(Single, Int32)
Unwraps a phase image by means of a quality guided path following algorithm.
Public methodProcess(Single, Int32, Boolean)
Unwraps a phase image by means of a quality guided path following algorithm.
Public methodProcess(Single, Int32, Byte, Int32)
Unwraps a phase image by means of a quality guided path following algorithm.
Public methodProcess(Single, Int32, Single, Int32)
Unwraps a phase image by means of a quality guided path following algorithm.
Public methodProcess(Single, Int32, Byte, Int32, Boolean)
Unwraps a phase image by means of a quality guided path following algorithm.
Public methodProcess(Single, Int32, Single, Int32, Boolean)
Unwraps a phase image by means of a quality guided path following algorithm.
Public methodProcess(Single, Int32, Single, Int32, Byte, Int32)
Unwraps a phase image by means of a quality guided path following algorithm.
Public methodProcess(Single, Int32, Single, Int32, Byte, Int32, Boolean)
Unwraps a phase image by means of a quality guided path following algorithm.
Public methodSetSourcePhaseDimensions
Sets the source dimensions.
Top
See Also