Ask Your Question
0

RaspiCam fisheye calibration with OpenCV

asked 2018-06-14 06:12:52 -0600

mesutpiskin gravatar image

updated 2018-06-16 06:14:09 -0600

Hello everyone, I am trying to calibrate RaspiCam Fisheye lens camera with OpenCV. I am using Python example code and the cheesboard row and column numbers are also correct but somehow I can not get a successful result. I have tested with a lso much of photos below you can see them. My source code: https://github.com/jagracar/OpenCV-python-tests/blob/master/OpenCV-tutorials/cameraCalibration/cameraCalibration.py

my chess board rows and columns: rows = 9, cols = 6

image description

but does not get a successful result

image description

I found the solution. https://gist.github.com/mesutpiskin/0...

image description

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2018-06-16 01:43:04 -0600

berak gravatar image

your code is using the "pinhole" camera model, while you need the resp. fisheye calibration functions here

edit flag offensive delete link more

Comments

Thanks for answer.

mesutpiskin gravatar imagemesutpiskin ( 2018-06-16 06:11:16 -0600 )edit

Question Tools

2 followers

Stats

Asked: 2018-06-14 06:12:52 -0600

Seen: 440 times

Last updated: Jun 16 '18