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

◆ GetPixels< TPixel >() [2/2]

Memory<TPixel> Microsoft.Azure.Kinect.Sensor.Image.GetPixels< TPixel > ( int  row)
inline

Gets the pixels of the image.

Template Parameters
TPixelThe type of the pixel.
Parameters
rowThe row of pixels to get.
Returns
The contiguous memory of the image pixel row.
Type Constraints
TPixel :unmanaged