-
Notifications
You must be signed in to change notification settings - Fork 555
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
Unable to create equirectangular/ 360x180 panorama #111
Comments
Have a good day @kumar-jitendra , as it could be seen by running When using |
FYI I came across a similar result at one point when doing some stitching. It could be completely unrelated BUT are you normalizing your EXIF data before processing the images? Many cameras will shoot photos landscape while storing information so the OS knows to rotate it. Details below on how to fix that but again, might not be your issue at all. You can use exiftool to normalize them like this:
or with imagemagik
|
If you met an unexpected problem using the code, please include the following information:
I tried to stitch two rows of images vertically (means overlapping region is first image's bottom side and second image's top side) but result were distorted image.
i have also attached the example for the same along with its distorted output.
please try to resolve my issue asap , and also tell me, is it possible to 360x180 images from this repo or not ? if possible how
run the code on mac in vs code on images taken from the phone
The text was updated successfully, but these errors were encountered: