A barrel distortion example written with OpenCV C++ API and CUDA.
- CMake
- OpenCV
- CUDA
If you are using UNIX-like system type these commands:
$ mkdir build
$ cd build
$ cmake ..
$ make
$ cd ..
$ ./barrel_distort_cpp <input image path> <K: coefficient of barrel distortion> [x corrdinate of center of distortion (in pixel)] [y corrdinate of center of distortion (in pixel)]
The work of barrel distortion is originated from 逍遙文工作室.
You can find his work in the following link (Chinese website):