Closed perracodex closed 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.
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