Convert rectilinear images into fisheye or wide-angle lens distortions.
Also works with videos and image folders.
Inspired by:
- OpenCV Fisheye Module
- Instagram fisheye lens effect!
python fish_eye.py -i input_image.jpg -o output_image.pngpython fish_eye.py -v input_video.avi -o output_images_folder/Fisheye distortion applied to a video:
project3.2.mp4
python fish_eye.py -f image_folder -o output_images_folder/-vary → apply varying distortion strengths -randomize → randomize RGB/BGR color effects
