Fisheye calibration throws exception

asked 2014-11-19 11:59:18 -0600

mhossbach gravatar image

I'm trying to use the fisheye calibration introduced in OpenCV 3.0, and it doesn't seem to work for me. The StereoCalibration throws an exception:

CV_Assert(abs_max < threshold); // bad stereo pair

I looked into the code, and earlier when Calibrate is called, the resulting matrices contain ridiculously high numbers.

Is there any information available on this new method? Anything you need to take into account when aquiring calibration data? What will this method do for lenses that are pretty wide-angle, but not really fish-eye lenses?

edit retag flag offensive close merge delete

Comments

due to a spam attack, this site is moderated, atm. hope you don't mind me closing your duplicate (probably due to this)

berak gravatar imageberak ( 2014-11-19 12:30:38 -0600 )edit