Click or drag to resize

PhaseImage(Single, Int32, Int32, Int32) Constructor

Constructor

Namespace: LynceeTec.Imaging
Assembly: LynceeTec.Imaging (in LynceeTec.Imaging.dll) Version: 0.0.0.0
Syntax
public PhaseImage(
	float[] buffer,
	int stride,
	int width,
	int height
)

Parameters

buffer  Single
Buffer to be used as image data
stride  Int32
Size in byte between two rows
width  Int32
Image width pixels number
height  Int32
Image height pixels number
Remarks
Cast the buffer data in the image to be used later
See Also