Avinash793 / panoramic-image-stitching

Create panorama image using invariant features from given set of overlapping images.
MIT License
208 stars 61 forks source link

image resizing #9

Closed micklegf closed 7 months ago

micklegf commented 2 years ago

in stitch.py you have resized images to size 400. why this number and how can I know the real number for my application? by default size(400) Panorama_image is sometimes corrupted.

8410ttt commented 1 year ago

I also have this problem,did you solve it?

Avinash793 commented 7 months ago

@micklegf @8410ttt You need to provide images whose width and height should be at least 400 so that we can resize all input images to have same aspect ratio. This is required during for algorithm to work.

You can check info of your images to get its height or width info.