Click or drag to resize

DownScalingProcessPhase(Single, Int32) 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.

Namespace: LynceeTec.Processing.ComplexProcessing
Assembly: LynceeTec.InterfaceProcessing (in LynceeTec.InterfaceProcessing.dll) Version: 0.0.0.0
Syntax
public float[] ProcessPhase(
	float[] src,
	int srcStep
)

Parameters

src  Single
The source phase image.
srcStep  Int32
The source buffer width in bytes.

Return Value

Single
The resized phase image.
See Also