Click or drag to resize

DownScaling 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.ComplexProcessingDownScaling

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

The DownScaling type exposes the following members.

Constructors
  NameDescription
Public methodDownScaling
Initializes a new instance of the DownScaling class
Public methodDownScaling(Int32, Int32, Single)
Initializes a new instance of the DownScaling class
Top
Methods
  NameDescription
Public methodDispose
Finalizes an instance of the DownScaling class.
Public methodGetScaledDimensions
Gets the size of the resized phase image.
Public methodProcess
Resizes the input amplitude and phase images taking into account phase jumps. Changes the image size using the super sampling interpolation method.This method only reduces the image size.
Public methodProcessAmplitude(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 methodProcessAmplitude(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 methodProcessPhase(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 methodProcessPhase(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 methodSetScalingFactor
Sets the scaling factor.
Public methodSetSourceDimensions
Sets the source dimensions.
Top
See Also