Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

triangulatePoints arguments #54

Open
nicolasrosa opened this issue Feb 6, 2022 · 0 comments
Open

triangulatePoints arguments #54

nicolasrosa opened this issue Feb 6, 2022 · 0 comments

Comments

@nicolasrosa
Copy link
Collaborator

Hello @gaoxiang12,

According to the official documentation of OpenCV, the arguments of cv2::triangulatePoints() should be the projection matrices and the feature points coordinates, but I think it is not clear if it should be in pixel or in camera coordinates. In the book, you use only the extrinsic transformations (T1w and T21) as inputs and the normalized coordinates, is this correct?

https://docs.opencv.org/3.4.17/d9/d0c/group__calib3d.html#gadb7d2dfcc184c1d2f496d8639f4371c0

In this link, we can see that this is not a consensus.

https://www.programcreek.com/python/example/110665/cv2.triangulatePoints

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant