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

Tools for estimating cam pose #3

Closed
skyhehe123 opened this issue Nov 18, 2018 · 5 comments
Closed

Tools for estimating cam pose #3

skyhehe123 opened this issue Nov 18, 2018 · 5 comments

Comments

@skyhehe123
Copy link

Hi,

Great work! I wonder which tools you are using for solving PnP /w RANSAC to estimate the camera pose. Could please provide a snip-shot for these part of codes?

@fangchangma
Copy link
Owner

Hi. We use OpenCV.

@skyhehe123
Copy link
Author

Thanks for quick reply.
I am still confused about estimating cam pose. Which API are you using? Could please show more details about it?
Great thanks!

@Usernamezhx
Copy link

@skyhehe123
Copy link
Author

@Usernamezhx thanks. I also find this one that maybe useful.
https://www.learnopencv.com/head-pose-estimation-using-opencv-and-dlib/
As mentioned in the paper, it is about 3D-2D pose estimation.

@fangchangma
Copy link
Owner

Indeed it is a pose estimation problem for 3D-2D pairs. We use cv2.solvePnPRansac

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

3 participants