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!