stitcher produces empty panorama [closed]
Hi,
I am trying to create a panorama using cpp-example-stitching with 6 images and I am facing a weird issue
If I only use the first 6 images then I get a fine panorama image. If I however use all of the 7 images then I end up with a 1x1 panorama. Any idea what could be wrong?
I have uploaded a tarball of the images here http://foolab.org/files/opencv_files.tgz since I was not sure where else to add them.
I'd appreciate any help.
try stitching 1 by 1 to the others!
This seems to work but the end result is not that good. Thanks :)
There have been reports that using multiple images for stitching results in wrong images getting matched. I do not know about the details, but it has to do with finding enough matching points in two non-adjacent pictures.
I tried commenting out the bundle adjustment step and the stitching produced a final image. Not good though. Next step would be diving into bundle adjustment :)