ppwwyyxx / OpenPano

Automatic Panorama Stitching From Scratch
MIT License
1.9k stars 555 forks source link

images not match #17

Closed FenMeiS closed 8 years ago

FenMeiS commented 8 years ago

Hi,thanks for your kind to share the code. it makes good quality and amzing speed when using the example data,but it always report images not match issue when using images that captrued by my phone, though the images have overlap area. what can i set for this issue?

jounih commented 8 years ago

For spherical/cylindrical panoramic images, just overlap isn't enough - you need to rotate the camera on the no-parallax axis - ie keep it static while turning it around. Otherwise you will get stitching errors

ppwwyyxx commented 8 years ago

Yes you need to keep it static while turning the camera. I just added some quality guidelines in readme.md.