Created Date : 2011.2
Language : C/C++
Tool : Microsoft Visual C++ 2010 Library & Utilized : OpenCV 2.2
Reference : Interent Reference
etc. : 2 adjacent images
two adjacent iamges
Feature extraction by Surf(SIFT)
Feature matching
Mosaic (paranoma)
This program is conducted as follow process.
First, the program finds feature point in each image using SURF.
->cvExtractSURF
Second, feature points on each images is matched by similarity.
->FindMatchingPoints
Third, We get the Homography matrix.
->cvFindHomography
Last, we warp the image for attaching into one image.
->cvWarpPerspective
You can download source here.
If you have good idea or advanced opinion, please reply me.
Thank you.
-----------------------------------------------------------------------------
특징 추출 및 비교 방법 : suft ->cvExtractSURF
특징 매칭 방법 : FindMatchingPoints
호모그라피 행렬 구하기 : cvFindHomography
영상 모자이크 방법 : warpping
전체 소스 코드는 여기서 받을 수 있습니다.
https://github.com/MareArts/Two-Image-mosaic-paranoma-based-on-SIFT
개선 사항이나 좋은 의견 있으시면 답변 주세요.
감사합니다.
< gist >
< /gist >