KT Harris
KT Harris

Reputation: 41

Feature Detection from an image using MATLAB

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

Answers (1)

euclid135
euclid135

Reputation: 1272

i suggest for using SURF algorithm, it's better and faster, and i think it has been implemented in MATLAB

Upvotes: 1

Related Questions