 | DownScalingProcess Method |
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.
Namespace: LynceeTec.Processing.ComplexProcessingAssembly: LynceeTec.InterfaceProcessing (in LynceeTec.InterfaceProcessing.dll) Version: 0.0.0.0
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 Single
- The source amplitude image.
- srcAmplitudeStep Int32
- The source amplitude buffer width in bytes.
- srcPhase Single
- The source phase image.
- srcPhaseStep Int32
- The source phase buffer width in bytes.
- dstAmplitude Single
- The scaled amplitude image.
- dstAmplitudeStep Int32
- The destination amplitude buffer width in bytes.
- dstPhase Single
- The scaled phase image.
- dstPhaseStep Int32
- The destination phase buffer width in bytes.
See Also