Top "Camera-calibration" questions

In Computer Vision, camera-calibration is the process of finding the true parameters of the camera that produced a given photograph or video.

RaspiCam fisheye calibration with OpenCV

I am trying to calibrate RaspiCam Fisheye lens camera with OpenCV. I am using Python example code and the cheesboard …

python opencv camera-calibration fisheye
create opencv camera matrix for iPhone 5 solvepnp

I am developing an application for the iPhone using opencv. I have to use the method solvePnPRansac: http://opencv.willowgarage.…

iphone opencv computer-vision augmented-reality camera-calibration
How to compute the rotation and translation between 2 cameras?

I am aware of the chessboard camera calibration technique, and have implemented it. If I have 2 cameras viewing the same …

opencv computer-vision camera-calibration