ppwwyyxx / OpenPano

Automatic Panorama Stitching From Scratch
MIT License
1.87k stars 554 forks source link

Motion model with both translation and rotation #18

Closed skruzic closed 8 years ago

skruzic commented 8 years ago

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!

ppwwyyxx commented 8 years ago

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.