Hello, ive been trying to understand the process of creating a point cloud from the depth map. In createCloud() function in the viewer, I see that lookup table for x and y are multiplied with the depth value to get the points x and y value. Is the lookup table used for correcting depth errors from the ToF camera? Anyone know any good explanation for this process?
Hello, ive been trying to understand the process of creating a point cloud from the depth map. In createCloud() function in the viewer, I see that lookup table for x and y are multiplied with the depth value to get the points x and y value. Is the lookup table used for correcting depth errors from the ToF camera? Anyone know any good explanation for this process?