Closed QiuJunning closed 2 years ago
Try to use this with interp_nearest = False
Oh no, it will works only form IR images :(
I think the only place where we can use interpolation type in the SDK is only a choice between nearest and linear interpolation: k4a_transformation_depth_image_to_color_camera_custom
. Unfortunately we don't have a "no_interpolation" available with the kinect azure sdk.
You would need to ask the sdk devs to add this option.
I find that when I use transformed_depth or transformed_depth_point_cloud , the depth map or point cloud will be interpolated. I want to know how to get the transformed depth map or transformed point cloud without interpolation.