Click or drag to resize
PhaseScaling Methods

The PhaseScaling type exposes the following members.

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