-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Help required #2
Comments
I found that you cut the edge of the picture, which is a problem because it is not a complete fish eye picture |
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 |
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
The text was updated successfully, but these errors were encountered: