 | DownScalingProcessPhase Method (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.
Resizes the input phase image taking into account phase jumps.
Be sure that the scaling factor has been set.
Namespace:
LynceeTec.Processing.ComplexProcessing
Assembly:
LynceeTec.InterfaceProcessing (in LynceeTec.InterfaceProcessing.dll) Version: 0.0.0.0
Syntaxpublic float[] ProcessPhase(
float[] src,
int srcStep
)
public:
array<float>^ ProcessPhase(
array<float>^ src,
int srcStep
)
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.
Return Value
Type:
SingleThe resized phase image.
Return Value
Type:
Single
See Also