Azure-kinect-sensor-sdk: Look like bad aligment between IR to color camera projected space.

Created on 17 Dec 2019  路  3Comments  路  Source: microsoft/Azure-Kinect-Sensor-SDK

All 3 comments

See https://docs.microsoft.com/en-us/azure/Kinect-dk/use-image-transformation.

This is a byproduct of the occlusion created by the depth camera. This is also one of reasons we suggest working on the color camera's domain rather than the depth camera domain.

@barakooda to clarify, the occlusion is naturally causing by the placement of depth camera and color camera. To solve occlusion, per pixel depth information is needed.

  • k4a_transformation_depth_image_to_color_camera function handles occlusion. Recommend to use this function.
  • k4a_transformation_color_image_to_depth_camera does not because of it require another pass of warping depth to color which cost compute.

Thanks for the quick replies !

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Elenaegr picture Elenaegr  路  3Comments

benjaminrhansen picture benjaminrhansen  路  4Comments

UnaNancyOwen picture UnaNancyOwen  路  3Comments

legacydev picture legacydev  路  3Comments

Maxim-Zhukov picture Maxim-Zhukov  路  4Comments