问题
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