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.Processing (in LynceeTec.Processing.dll) Version: 6.6.0 6_6_dev_win7 eedf306, built 2018-03-20 10:08:02 UTC
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, 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, Single, Int32, Byte, Int32)
Unwraps a phase image by means of a quality guided path following algorithm.
Public methodSetSourcePhaseDimensions
Sets the source dimensions.
Top
See Also