Click or drag to resize
PhaseScaling Class
Class PhaseScaling definition. Resize a phase image taking into account phase jumps. Only to reduce the image size using super sampling interpolation method.
Inheritance Hierarchy
SystemObject
  LynceeTec.Processing.PhaseProcessingPhaseScaling

Namespace: LynceeTec.Processing.PhaseProcessing
Assembly: LynceeTec.Processing (in LynceeTec.Processing.dll) Version: 6.5.0.18 6_5_dev bd821f0, built 2017-12-01 14:29:40 UTC
Syntax
public class PhaseScaling : IDisposable

The PhaseScaling type exposes the following members.

Constructors
  NameDescription
Public methodPhaseScaling
Initializes a new instance of the PhaseScaling class
Public methodPhaseScaling(Int32, Int32, Single)
Initializes a new instance of the PhaseScaling class
Top
Methods
  NameDescription
Public methodDispose
Finalizes an instance of the PhaseScaling class.
Public methodGetScaledPhaseImageSize
Gets the size of the resized phase image.
Public methodProcess(Single, Int32)
Resizes the input phase image taking into account phase jumps. Changes the image size using the super sampling interpolation method.This method only reduces the image size.
Public methodProcess(Single, Int32, Single)
Resizes the input phase image taking into account phase jumps. Changes the image size using the super sampling interpolation method.This method only reduces the image size. This method sets a new scaling factor and resizes the source.
Public methodProcess(Single, Int32, Int32, Int32)
Resizes the input phase image taking into account phase jumps. Changes the image size using the super sampling interpolation method.This method only reduces the image size. This method resizes the source with the new dimensions with the current scaling factor.
Public methodProcess(Single, Int32, Single, Int32)
Resizes the input phase image taking into account phase jumps. Changes the image size using the super sampling interpolation method. This method only reduces the image size. GetScaledPhaseImageSize method gives the size of the scaled phase image buffer.
Public methodProcess(Single, Int32, Int32, Int32, Single)
Resizes the input phase image taking into account phase jumps. Changes the image size using the super sampling interpolation method.This method only reduces the image size. This method resizes the source with the new dimensions and specified scaling factor.
Public methodProcess(Single, Int32, Single, Int32, Single)
Resizes the input phase image taking into account phase jumps. Changes the image size using the super sampling interpolation method.This method only reduces the image size. This method resizes the source with the new dimensions and specified scaling factor. GetScaledPhaseImageSize method gives the size of the scaled phase image buffer.
Public methodProcess(Single, Int32, Single, Int32, Int32, Int32)
Resizes the input phase image taking into account phase jumps. Changes the image size using the super sampling interpolation method.This method only reduces the image size. This method resizes the source with the new dimensions with the current scaling factor. GetScaledPhaseImageSize method gives the size of the scaled phase image buffer.
Public methodProcess(Single, Int32, Single, Int32, Int32, Int32, Single)
Resizes the input phase image taking into account phase jumps. Changes the image size using the super sampling interpolation method.This method only reduces the image size. This method resizes the source with the new dimensions and specified scaling factor. GetScaledPhaseImageSize method gives the size of the scaled phase image buffer.
Top
See Also