Azure Kinect Sensor SDK  refs/heads/master
Documentation for https://github.com/Microsoft/Azure-Kinect-Sensor-SDK

◆ Image() [1/2]

Microsoft.Azure.Kinect.Sensor.Image.Image ( ImageFormat  format,
int  widthPixels,
int  heightPixels,
int  strideBytes 
)
inline

Initializes a new instance of the Image class.

Parameters
formatThe pixel format of the image. Must be a format with a constant pixel size.
widthPixelsWidth of the image in pixels.
heightPixelsHeight of the image in pixels.
strideBytesStride of the image in bytes. Must be as large as the width times the size of a pixel. Set to zero for the default if available for that format.