对鱼眼相机进行畸变矫正,主要有:固定内外径法 ,径向展开法,改良版双经度法,经纬映射法,opencv法。其中opencv法是效果较好,使用范围最广的一种方法。
参考资料
- 鱼眼镜头的发展概况及应用
- 基于鱼眼镜头的全方位视觉参数标定与畸变矫正
- 经纬度映射法校正鱼眼图像程序示例
- 全景图像展开算法示例代码
- opencv使用经纬法把鱼眼照片展开
- opencv3.0 鱼眼图像畸变校正
- 全景图片(鱼眼)的平面映射矫正
- 鱼眼图片转化位全景图片的软件以及鱼眼矫正方法
- 鱼眼图像畸变校正—双经度法
- opencv 鱼眼图像畸变校正—透视变换
- 利用opencv棋盘格标定法对鱼眼图像校正分析 - 源码示例
- 畸变校正详解
- http://sibgrapi.sid.inpe.br/col/sid.inpe.br/sibgrapi/2018/08.27.17.21/doc/sibgrapi-2018.pdf
- http://paulbourke.org/dome/fish2/
代码
- https://github.com/llxxhm/FisheyePlayer-for-VS2019
- https://share.weiyun.com/5YV5eSV
- https://stackoverflow.com/questions/56901894/c-algorithm-to-convert-a-fisheye-image-to-an-equirectangular-image-with-opencv
- https://github.com/raboof/dualfisheye2equirectangular/blob/master/projection.c
- https://github.com/michaelgruhn/PUXPROpano
推荐