hyperpicc / Two-Image-mosaic-paranoma-based-on-SIFT

Two Image mosaic (paranoma) based on SIFT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Two-Image-mosaic-paranoma-based-on-SIFT

Two Image mosaic (paranoma) based on SIFT

This program is conducted as follow process. First, the program finds feature point in each image using SURF. Second, feature points on each images is matched by similarity. Third, We get the Homography matrix. Last, we warp the image for attaching into one image.

more detail refer to this url http://study.marearts.com/2011/08/two-image-mosaic-paranoma-based-on-sift.html

And all about stitching refer to this url http://study.marearts.com/search/label/Stitching

Thank you.

About

Two Image mosaic (paranoma) based on SIFT


Languages

Language:C++ 100.0%