DownScaling Methods |
The DownScaling type exposes the following members.
| Name | Description | |
|---|---|---|
| Dispose |
Finalizes an instance of the DownScaling class.
| |
| GetScaledDimensions |
Gets the size of the resized phase image.
| |
| Process |
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.
| |
| ProcessAmplitude(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.
| |
| ProcessAmplitude(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.
| |
| ProcessPhase(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.
| |
| ProcessPhase(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.
| |
| SetScalingFactor |
Sets the scaling factor.
| |
| SetSourceDimensions |
Sets the source dimensions.
|