Skip to content
New issue

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

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

Already on GitHub? # to your account

how to solve this problem? #11

Open
langongjin opened this issue Dec 20, 2016 · 5 comments
Open

how to solve this problem? #11

langongjin opened this issue Dec 20, 2016 · 5 comments

Comments

@langongjin
Copy link

how to solve this problem as the follow photo?
419093ee163804ca3248091136bb50b4

@langongjin
Copy link
Author

Is anybody help to solve this problem? Thank you very much!

@chutsu
Copy link

chutsu commented Jan 4, 2017

looks like your calibrations are off, else it would have projected the detected tags right on top.

@langongjin langongjin reopened this Jan 5, 2017
@langongjin
Copy link
Author

Thank you very much!
Do you know how to solve this problem, maybe a github source or example to do.....

@chutsu
Copy link

chutsu commented Jan 6, 2017

The best thing is to actually understand camera calibration, you can obtain your camera properties such as focal length fx, fy, principle points cx, cy, and distortion coefficients using OpenCV's own calibration functions (opencv docs). This website does a very good job of explaining what the camera parameters all mean (see this)

AprilTags needs 3 things:

  • Focal length in x and y
  • Principle point in x and y
  • Tag size (side length in meters)

@langongjin
Copy link
Author

Thank you very much!

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

No branches or pull requests

2 participants