资 源 简 介
This project is expected to combine several related images into panorama.
Paper related
The Automatic Panoramic Image Stitching theory is developed by Matthew Brown and David G. Lowe.
For Chinese readers: A translated version of "Automatic Panoramic Image Stitching using Invariant Features" is available in the downloads page. if you find any translate mistakes, please email me, thanks.
翻译成中文的"Automatic Panoramic Image Stitching using Invariant Features"可以在下载页面中找到,如果你在阅读中文版的时候发现任何翻译错误,请email我,我会及时改正,谢谢。
Code
I use SURF( Speeded Up Robust Features) instead of SIFT( Scale-invariant feature transform) to generate features, it turns out SURF is much faster than the SIFT program provided on Lowe"s webpage.
Version
* There would be two version of the implement, MATLAB & C++.
*