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

◆ image()

k4a::image::image ( k4a_image_t  handle = nullptr)
inlinenoexcept

Creates an image from a k4a_image_t.

Takes ownership of the handle, i.e. assuming that handle has a refcount of 1, you should not call k4a_image_release on the handle after giving it to the image; the image will take care of that.