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

◆ k4a_image_get_height_pixels()

int k4a_image_get_height_pixels ( k4a_image_t  image_handle)
related

Get the image height in pixels.

Parameters
image_handleHandle of the image for which the get operation is performed on.
Returns
This function is not expected to fail, all k4a_image_t's are created with a known height. If the image_handle is invalid, the function will return 0.