Closed yscoffee closed 2 years ago
Hi, The precomputed point cloud table is obtained by the example here: https://github.com/microsoft/Azure-Kinect-Sensor-SDK/blob/develop/examples/fastpointcloud/main.cpp#L11
It takes the distortion coefficients into account. If you do the unprojection directly there will be some tiny misalignment, especially for the regions far away from the image center. But this misalignment typically is not a big issue as it is very small.
thanks for your explanation!
Hi could you explain a bit why depth backprojection is not directly performed with pixel coordinates and intrinsic matrix ? (i.e. will be a problem if I doing a normal back-projection as kinectFusion? e.g.
I saw an example here using a pre-computed table. https://github.com/xiexh20/behave-dataset/blob/953a0d981e0b2f6a34cbebac995d70daa69ada25/data/kinect_calib.py#L78