Hello Dr. Scaramuzza,
I am using svo_pro in my research and I wanted to test the difference in algorithm performance when using fisheye (pinhole-equidistant) camera model vs the omnidirectional camera model, that this toolbox proposes.
I looked into the code base of svo_pro to guess what the omnidirectional camera model expects.
*for principal point we need to enter [xc', cy'],
*for distortion we need to provide: [c, d, e], and
*for polynomial, we need to provide: [a_0, a_1, a_2, a_3, a_4].
What I do not understand is the inverse polynomial parameter that the camera model expects. Where and how can I obtain this?
I will be glad if you can provide this information to me.
Thanks,
Subodh.