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

Camera calibration component(s) #80

Open
jonnor opened this issue Jan 11, 2015 · 0 comments
Open

Camera calibration component(s) #80

jonnor opened this issue Jan 11, 2015 · 0 comments
Milestone

Comments

@jonnor
Copy link
Member

jonnor commented Jan 11, 2015

For a CNC machine at Bitraf we want to be able calculate the size of objects viewed by camera, referred to the top of material. We know the size of the working area, the camera being used and its distance from working area.
The camera is supposed to be mounted coplanar and without axis scew, but might need additional calibration/verification.

In the ideal case this should just be a scaling defined by:

  • focal angle / FOV of camera
  • distance to image/reference plane
  • distance to (which is distance to reference - material thickness)

http://ksimek.github.io/2013/08/13/intrinsic/
http://gopro.com/support/articles/hero3-field-of-view-fov-information

Probably need to correct for distortion in the camera before applying this OP as well, but the lens-fun operations should handle that.

@jonnor jonnor added this to the Future milestone Jan 11, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant