Ask Your Question

Pete Rocket's profile - activity

2015-07-01 06:25:39 -0600 answered a question What are the main references to the fish-eye camera model in OpenCV3.0.0dev?

It's just a port of the fisheye model from this Matlab-Toolbox. The second entry on this site refers to the paper with the generic projection model from Kannala-Brandt. The Toolbox and OpenCV are using the equidistance projection model, because it can model panorama cameras with an viewfield up to 360° (fisheye, omnidirectional cameras). The Matlab-Toolbox from the Authors can be found here.

2015-07-01 06:25:39 -0600 commented question fisheye::calibrate

See my answer here.