Get Feature from an image and match it from another image
조회 수: 1 (최근 30일)
이전 댓글 표시
I am working in a project that i want to get the feature of an image then i want to select only the parts on other image that match with this feature
댓글 수: 0
답변 (2개)
Image Analyst
2012년 4월 11일
See my answer to practically the same question in http://www.mathworks.com/matlabcentral/answers/35092-how-to-compare-two-image-which-should-neglect-the-lighting-changes
댓글 수: 0
Richard Brown
2012년 4월 11일
There are lots of algorithms that do this. Try google for
- SIFT
- SUSAN
- NCC
- Harris
etc. etc. There are many Matlab (or Matlab interface) implementations available, e.g. VLFeat
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Feature Detection and Extraction에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!