I know the default OpenCV Calibration systems model a Pinhole camera, but I\'m working with a system using extremely wide FOV lens (187-degrees). If there any existing way to d
In order to calibrate camera with extremely wide FOV lens, you can use Omnidirectional Camera module from OpenCV Contrib.
It is important to notice that you have to rebuild your OpenCV with OpenCV contribs to use it.