 | DownScalingProcess 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.
GetScaledPhaseImageSize method gives the size of the scaled phase image buffer.
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.
Be sure that the scaling factor has been set.
GetScaledDimensions method gives the size of the scaled phase image buffer.
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 void Process(
float[] srcAmplitude,
int srcAmplitudeStep,
float[] srcPhase,
int srcPhaseStep,
float[] dstAmplitude,
int dstAmplitudeStep,
float[] dstPhase,
int dstPhaseStep
)
public:
void Process(
array<float>^ srcAmplitude,
int srcAmplitudeStep,
array<float>^ srcPhase,
int srcPhaseStep,
array<float>^ dstAmplitude,
int dstAmplitudeStep,
array<float>^ dstPhase,
int dstPhaseStep
)
Parameters
- srcAmplitude
- Type: SystemSingle
- srcAmplitudeStep
- Type: SystemInt32
- srcPhase
- Type: SystemSingle
- srcPhaseStep
- Type: SystemInt32
- dstAmplitude
- Type: SystemSingle
- dstAmplitudeStep
- Type: SystemInt32
- dstPhase
- Type: SystemSingle
- dstPhaseStep
- Type: SystemInt32
See Also