how to show only match features in SIFT algorithm
이전 댓글 표시
i calculate the features of 1st image ( pic of mobile phone) and save it. then i calculate the features of 2nd image in which mobile phone is present with some other objects. now how do i show only the matched features of these 2 images so that mobile phone can be highlighted as my required object?
답변 (1개)
Image Analyst
2012년 11월 24일
0 개 추천
What code are you using? I don't believe the Computer Vision System Toolbox has SIFT, but it has SURF, which, from what I've seen, is pretty much the same in the end as SIFT, but it's a lot faster so that's why it's used more. Would you consider switching?
카테고리
도움말 센터 및 File Exchange에서 SIFT - Scale Invariant Feature Transform에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!