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

◆ GetPixel< TPixel >()

unsafe TPixel Microsoft.Azure.Kinect.Sensor.Image.GetPixel< TPixel > ( int  row,
int  col 
)
inline

Gets a pixel value in the image.

Template Parameters
TPixelThe type of the pixel.
Parameters
rowThe image row.
colThe image column.
Returns
The pixel value at the row and column.
Type Constraints
TPixel :unmanaged