Ask Your Question
1

calculate focal length using camera calibration

asked 2015-03-05 04:21:42 -0600

Jasdeep gravatar image

updated 2015-03-05 04:29:21 -0600

Hi everyone,

I need to calculate single focal length f, not fx nor fy from camera matrix in calibration.

thanks

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2015-03-05 04:39:34 -0600

First of all, you can't get the focal length in metric coordinates from the camera calibration. fx and fy are given in pixels and contain both the (metric) focal length of your camera as well as the metric size of your pixel-sensors. (a smaller sensor with a lager distance from the aperture creates the same image). If your pixels are not square, fx and fy differ (although they are very similar for every camera I used so far). So if you need a single focal length somewhere, just use the mean of both values.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2015-03-05 04:21:42 -0600

Seen: 3,843 times

Last updated: Mar 05 '15