is it possible to use this app for stitching aerial images taken with UAV to produce map-like panoramas (or mosaics, whichever is the right word).
I tried with OpenCV, but that's not possible because it only uses model with pure rotation. Since this model can also use translation, is it possible to combine those two?
This project also only dealt with pure rotation. To produce a mosaic with translation+rotation doesn't make a perfect sense mathematically, because there is not a single projection center.
Hi,
is it possible to use this app for stitching aerial images taken with UAV to produce map-like panoramas (or mosaics, whichever is the right word). I tried with OpenCV, but that's not possible because it only uses model with pure rotation. Since this model can also use translation, is it possible to combine those two?
Thanks!