EmguCv up-to-date camera calibration project

送分小仙女□ 提交于 2019-12-11 03:06:15

问题


Does anybody know an up-to-date camera calibration project like http://www.emgu.com/wiki/index.php/Camera_Calibration for the current version of EmguCV (3.0.0)? I need to figure out the coefficients of distortion of a special camera. It would be okay to have a standalone binary. It would also be nice, if there is a documentation about which camera-distorion-model is used.

The problem behind the project above is, that it is not up-to-date with current EmguCv, so I can't build it.

The target is to correct the lense-distorsion in my own 3D engine for a constant camera. I tried to use the formulas at https://en.wikipedia.org/wiki/Distortion_%28optics%29 with guessed parameters, but the result is still not satisfying.


回答1:


I updated the camera calibration project to work with EmguCV 3.0.0. The code is in GitHub.



来源:https://stackoverflow.com/questions/31154879/emgucv-up-to-date-camera-calibration-project

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!