fisheye
fisheye copied to clipboard
Help required
Hi I have two requests to you, first of all thanks a lot for your code, second of all I am testing the main and main_vector.py and that is what I got so far
Original Image
main.py output
main_vector.py output

Can you help me how to improve the main_vector.py output too be like what you show

Also do you have a mathematic support article for your code?
Thanks a lot
I found that you cut the edge of the picture, which is a problem because it is not a complete fish eye picture
Hi thanks for your reply, so you are saying the issue with the cropping? here is my output image before cropping

Can you give me an original picture without reduction
Here is the original image, I am converting a normal image to fisheye then I apply your vector method to stretch it more, the point of that enlarge the region of interest as shown in this article below

Are you sure your operation is from original image to fisheye image?
Here is the code of the method to convert a normal images to fisheye images.
https://github.com/scikit-image/skimage-demos/blob/master/fisheye.py