I've read this: How to simulate fisheye lens effect by openCV? post very good and played around with the code.
I also read the Wiki Article for Distortion(optics) and understood the math behind it.
The only real problem I have, is the calc_shift-function and how the scaling works.
I want to implement fisheye and pincushion distortion in my litte opencv-project for videos. Do I have other options? With built-in functions of opencv i only can correct distortions.
I gonna test http://www.imagemagick.org/script/magick++.php?ImageMagick=jb73dabpkumd9niucm1hr5d893 this today.
Best Regards, Moltisanti
Asked
Active
Viewed 2,198 times
1

Community
- 1
- 1

ChrisMoltisanti
- 11
- 3
1 Answers
0
you can use intel ipp library with functions like ippiCreateMapCameraUndistort

matthieu
- 1
- 3
-
perhaps a somewhat more verbose answer would prove better for future readers. – Wim Ombelets Feb 08 '13 at 13:59