photoneo / phoxi_camera

ROS Package for PhoXi Scanner/Camera. If you like us, STAR US! :P
MIT License
44 stars 33 forks source link

correspondence between texture feature and pointcloud #11

Closed hwb0314 closed 5 years ago

hwb0314 commented 6 years ago

Hello, I am using a phoxi M scanner, and I want to extract feature points on the gray texture image. However, I don't know how to get the correspondent depth value of the extracted features. Could you give me some suggestions?

marcelsvec commented 6 years ago

Hello, sorry for the delayed response.

The output from the PhoXi 3D Scanner can contain point cloud, depth map and texture information. The correspondence between texture and depth map is direct, the pixel at position [x,y] in texture has the depth that is at the same position in depth map.

The correspondence to the point cloud is described on the wiki page: http://wiki.photoneo.com/index.php/Point_Cloud_Topology

Let us know if more explanation is needed. Thank you

tiexuedanxin commented 3 years ago

Hello, sorry for the delayed response.

The output from the PhoXi 3D Scanner can contain point cloud, depth map and texture information. The correspondence between texture and depth map is direct, the pixel at position [x,y] in texture has the depth that is at the same position in depth map.

The correspondence to the point cloud is described on the wiki page: http://wiki.photoneo.com/index.php/Point_Cloud_Topology

Let us know if more explanation is needed. Thank you hello, Is need not to concern the image distortion of the gray texture image, Or the distortion is too small that can be ignore?