Hi everyone,
I was performing a 360 degree images stitch operation using SIFT for feature extraction and Brute force matcher for matching.
I observed that the order of images which I provide does not matter as the output I get is in different order.
I used following program for stitching Stitching detailed
Questions:
- Can I modify the order of images in matching stage so that I get a particular scene in the centre of my panorama?
- Do I need to reorder my feature vector before providing it to matcher?
Example 360 degree image:
Can I recenter the “river” to middle?
Thanks in advance!