Reputation: 41
i wanted to know that is there any algorithm that can be used for efficient feature detection from an image, i am currently using SIFT algorithm in MATLAB , but the results aren't good! So if someone could please suggest me a better algo that can make my work easier in MATLAB .
Upvotes: 1
Views: 1265
Reputation: 1272
i suggest for using SURF algorithm, it's better and faster, and i think it has been implemented in MATLAB
Upvotes: 1