Stitching aerial images
Hello everyone!
I am trying to modify the stitching algorithm in order to stitch up aerial images from a flying UAV.
If I use the algorithm directly I don't get the desired results. I have tried modifying all the parameters. I think it is because the algorithm assumes that the camera rotates about its axis.
My problem should be a simpler one since it only involves stitching up a 2D "puzzle" of images.
Is there an easy way to simplify the stitching process? that doesnt involve cameras or homographies, just translation and rotation?
Thank you very much
I'm doing the same thing with manually pipeline.I've followed this tutorial http://ramsrigoutham.com/2012/11/22/p... , but it need some modifies to work well. I'm still working on it,but this tutorial it's a good start!
Simply said follow these steps
Now repeat this for every single image. The definition of correct region of interest for keypoint matching will be essential.