twasul
twasul

Reputation: 29

SIFT algorithm in Matlab

I am looking for a Matlab implementation of the SIFT algorithm.

Upvotes: 2

Views: 16608

Answers (2)

user334856
user334856

Reputation:

There's a demo executable available from David Lowe's page: http://www.cs.ubc.ca/~lowe/keypoints/

There are windows and linux executables for performing the SIFT extraction, and matlab functions for doing matching.

Upvotes: 4

Stefan
Stefan

Reputation: 4317

I'm not quite sure what you're after, but there are several MATLAB implementations of the SIFT algorithm available:

http://www.vlfeat.org/

http://www.mathworks.com/matlabcentral/fileexchange/18441

Upvotes: 6

Related Questions