Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Auto calibration with OpenCV 3?

I am trying to do a dense 3d reconstruction project using openCV.

I am receiving a series of images from an unknown camera and so I cannot use the chess board method to find the intrinsic parameters of the camera. and so I must do auto calibration.

I saw that openCV has some methods for auto calibration such as focalsFromHomography() from this page.

After I find the features, match them and find the fundamental matrix is there a way I can calibrate the unknown cameras by doing auto-calibration (preferably by using OpenCV 3 for c++)?

like image 220
ShayaP Avatar asked Dec 01 '25 06:12

ShayaP


1 Answers

OpenCV has an example called "stitching_detailed.cpp" that uses autocalibration, it helped me, maybe it helps you

like image 81
zampnrs Avatar answered Dec 03 '25 20:12

zampnrs



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!