Click or drag to resize

DownScaling Methods

The DownScaling type exposes the following members.

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