You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
zengletian1491
changed the title
The output of reprojectImageTo3D() function are not real coordinates of the points!
The outputs of reprojectImageTo3D() function are not real coordinates of the points!
May 16, 2020
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.
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?
The text was updated successfully, but these errors were encountered: