ppwwyyxx / OpenPano

Automatic Panorama Stitching From Scratch
MIT License
1.9k stars 555 forks source link

Removing dependencies #3

Closed perracodex closed 10 years ago

perracodex commented 10 years ago

How to remove the Magick++ & Boost MTL dependencies to make the project more portable, so can be used in other platforms such as Android?

thanks

ppwwyyxx commented 10 years ago

Magick++ is only used to read and write images. It would be easy to replace it with other library. MTL is only used in matrix.cc to calculate matrix inversion and SVD decomposition.

By the way Android seems to have had a builtin app to stitch panorama incrementally in real time capturing. But this program can only stitch a given set of images.