![]() |
Azure Kinect Sensor SDK
refs/heads/master
Documentation for https://github.com/Microsoft/Azure-Kinect-Sensor-SDK
|
|
inline |
Initializes a new instance of the Image class.
| format | The pixel format of the image. Must be a format with a constant pixel size. |
| widthPixels | Width of the image in pixels. |
| heightPixels | Height of the image in pixels. |
| strideBytes | Stride 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. |