 | DownScalingProcessAmplitude(Single, Int32, Single) Method |
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.
Namespace: LynceeTec.Processing.ComplexProcessingAssembly: LynceeTec.InterfaceProcessing (in LynceeTec.InterfaceProcessing.dll) Version: 0.0.0.0
Syntaxpublic float[] ProcessAmplitude(
float[] src,
int srcStep,
float scalingFactor
)
public:
array<float>^ ProcessAmplitude(
array<float>^ src,
int srcStep,
float scalingFactor
)
Parameters
- src Single
- The source phase image.
- srcStep Int32
- The source buffer width in bytes.
- scalingFactor Single
- The scaling factor to apply to the source image.
Return Value
SingleThe resized phase image.
See Also