LabForComputationalVision / pyrtools

image pyramid code in python 3
https://pyrtools.readthedocs.io/
MIT License
75 stars 21 forks source link

panoramic image #9

Open KirillHiddleston opened 3 years ago

KirillHiddleston commented 3 years ago

how to add panoramic image to pt.pyramids.SteerablePyramidFreq() I have Exception: All images must be able to be 'zoomed in' to the largest image.That is, the largest image must be a scalar multiple of all images.

I do resize image(12000x6000 to 3000x1000 for example) keeping proportions, but an error occurs the image must be the same height and width - for example 500x500 what to do ?

billbrod commented 3 years ago

Can you post a minimum working example? That "zoomed in" error message gets raised by pt.imshow, so I'm not sure why you would get it in when trying to pass an image to the pyramid.