Fix a typo in the documentation (#1445)

k4a_transformation_depth_image_to_point_cloud() transforms
the depth image into a single image, not 3 planar images

Signed-off-by: v-hkazakov <v-hkazakov@microsoft.com>
This commit is contained in:
HlibKazakov2000 2021-05-06 23:22:02 +03:00 коммит произвёл GitHub
Родитель cdec4f2bed
Коммит a20f4687bb
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -2214,7 +2214,8 @@ K4A_EXPORT k4a_result_t k4a_transformation_color_image_to_depth_camera(k4a_trans
const k4a_image_t color_image,
k4a_image_t transformed_color_image);
/** Transforms the depth image into 3 planar images representing X, Y and Z-coordinates of corresponding 3D points.
/** Transforms the depth image into a single image with voxels representing
* X, Y and Z-coordinates in millimeters of corresponding 3D points.
*
* \param transformation_handle
* Transformation handle.