How to match features

조회 수: 10 (최근 30일)
kash
kash 2013년 7월 23일
I have detected features points using surf from
for cameraman images,i have used command
showMatchedFeatures(I1,I2,matched_pts1,matched_pts2);
but it is not working,am using r2012 a,please tell how to find teh matched feature points of two images

채택된 답변

Anand
Anand 2013년 7월 23일
After having detected SURF feature descriptors from both images, you should call the matchFeatures routine (which was available in R2012a) to find matching image features. The returned output is a Px2 matrix with every row corresponds to a feature match between features in the first image and the second.
You can use the cvexShowMatches helper function to visualize the feature matching. Look at the first example in the documentation for matchFeatures linked above to see the usage.

추가 답변 (1개)

Sabarinathan Vadivelu
Sabarinathan Vadivelu 2013년 7월 23일
This showMatchedFeatures feature was available only in MATLAB R2013a and not in any lower versions.
  댓글 수: 1
kash
kash 2013년 7월 23일
ok then is there any command to perform this operation

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Feature Detection and Extraction에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by