nikolaseu / neuvision

Structured Light based 3D scanner
GNU General Public License v3.0
287 stars 81 forks source link

The outputs of reprojectImageTo3D() function are not real coordinates of the points! #58

Open zengletian1491 opened 4 years ago

zengletian1491 commented 4 years ago

The project uses reprojectImageTo3D() function provided by OpenCV to compute the 3-D coordinates of points. However, the 3-D coordinates of points are not the real world coordinates of the points, either the camera coordinates of the points. Could you give me some suggestion to compute the real world coordinates without reprojectImageTo3D() function?

nikolaseu commented 4 years ago

Hi, I'm not sure I understand, can you explain a little more what do you mean, what are you trying to do?

zengletian1491 commented 4 years ago

The outputs of the reprojectImageTo3D() function are not the real coordinates of the point cloud, which makes it difficult to process the point cloud as we are willing to.