I am trying to apply fisheye effect on a normal image using opencv-fisheye module.
For converting a fisheye image to normal image, 'cv2.fisheye.undistortimage' api can be used. I am not sure how to get the fisheye image with the help of 'cv2.fisheye.distortPoints' function. Any working sample code/algorithm is much appreciated.