Orbbec SDK K4A Wrapper
|
#include <k4a/k4a.h>
Related Functions | |
(Note that these are not member functions.) | |
K4A_EXPORT void | k4a_transformation_destroy (k4a_transformation_t transformation_handle) |
K4A_EXPORT k4a_result_t | k4a_transformation_depth_image_to_color_camera (k4a_transformation_t transformation_handle, const k4a_image_t depth_image, k4a_image_t transformed_depth_image) |
K4A_EXPORT k4a_result_t | k4a_transformation_depth_image_to_color_camera_custom (k4a_transformation_t transformation_handle, const k4a_image_t depth_image, const k4a_image_t custom_image, k4a_image_t transformed_depth_image, k4a_image_t transformed_custom_image, k4a_transformation_interpolation_type_t interpolation_type, uint32_t invalid_custom_value) |
K4A_EXPORT k4a_result_t | k4a_transformation_color_image_to_depth_camera (k4a_transformation_t transformation_handle, const k4a_image_t depth_image, const k4a_image_t color_image, k4a_image_t transformed_color_image) |
K4A_EXPORT k4a_result_t | k4a_transformation_depth_image_to_point_cloud (k4a_transformation_t transformation_handle, const k4a_image_t depth_image, const k4a_calibration_type_t camera, k4a_image_t xyz_image) |
Handle to an Azure Kinect transformation context.