Click or drag to resize
PhaseScalingProcess Method (Single, Int32, Single, Int32, Int32, 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 resizes the source with the new dimensions and specified scaling factor. 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. This method resizes the source with the new dimensions and specified scaling factor. GetScaledPhaseImageSize method gives the size of the scaled phase image buffer.

Namespace: LynceeTec.Processing.PhaseProcessing
Assembly: LynceeTec.Processing (in LynceeTec.Processing.dll) Version: 6.5.0.18 6_5_dev bd821f0, built 2017-12-01 14:29:40 UTC
Syntax
public void Process(
	float[] src,
	int srcStep,
	float[] dst,
	int dstStep,
	int width,
	int height,
	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.
dst
Type: SystemSingle
The scaled phase image.The scaled phase image.
dstStep
Type: SystemInt32
The destination buffer width in bytes.The destination buffer width in bytes.
width
Type: SystemInt32
The width of the image.The width of the image.
height
Type: SystemInt32
The height of the image.The height of the image.
scalingFactor
Type: SystemSingle
The scaling factor.The scaling factor.
See Also