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
Here I found a problem. When I tried the triangulation of the Python version and C++ version, I found that the output was not the same. The Python version will give a negative depth triangulation result.
After I add the camera intrinsic matrix to the function "cv.recoverPose", the triangulation works well.
Hi! Thank you for giving this good tutorial!
Here I found a problem. When I tried the triangulation of the Python version and C++ version, I found that the output was not the same. The Python version will give a negative depth triangulation result.
After I add the camera intrinsic matrix to the function "cv.recoverPose", the triangulation works well.
The code for this line
https://github.com/mint-lab/3dv_tutorial/blob/f295338ae4a8c28bf7da0d3f2dea1506be652ef1/examples/triangulation.py#L14C43-L14C43
should be:
Hope this will be helpful.
The text was updated successfully, but these errors were encountered: