Get Feature from an image and match it from another image
4 ビュー (過去 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!