 | DownScalingProcessAmplitude Method (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.
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.ComplexProcessing
Assembly:
LynceeTec.Processing (in LynceeTec.Processing.dll) Version: 6.6.0 6_6_dev_win7 eedf306, built 2018-03-20 10:08:02 UTC
Syntaxpublic float[] ProcessAmplitude(
float[] src,
int srcStep,
float scalingFactor
)
public:
array<float>^ ProcessAmplitude(
array<float>^ src,
int srcStep,
float scalingFactor
)
Parameters
- src
- Type: SystemSingle
The source phase image.The source phase image. - srcStep
- Type: SystemInt32
The source buffer width in bytes.The source buffer width in bytes. - scalingFactor
- Type: SystemSingle
Return Value
Type:
SingleThe resized phase image.
Return Value
Type:
Single
See Also