Use calibration matrix to know CCD sensor size

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-06 04:26:47

问题


How can we know the camera sensor size from the calibration matrix?

I already have the calibration matrix. But the focal length is in pixels form.


回答1:


The "focal length" in the calibration matrix is not actually expressed in pixels. It is in fact a ratio that relates the sensor size in the real world to the size of a pixel in the image. It relates the focal length of the lens to distances in the image using a scaling factor in each dimension. More details in this article.




回答2:


As Zaphod says, you can get a decent approximation combining the calibration matrix with a known focal length for the lens in mm.

A more precise method: open the box, read the serial type number of the CCD, look it up on the interwebs. There are only a handful of CCD manufacturers, and they all publish their spec sheets on the web. Here is an example.



来源:https://stackoverflow.com/questions/16952880/use-calibration-matrix-to-know-ccd-sensor-size

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!