sift comment which version matlab??

Answers (2)

There is no SIFT command in my installation. What does
which sift -all
return for you?
Image Analyst
Image Analyst on 25 Jun 2014
SIFT is not provided in any toolbox. You can use an alternate algorithm, surf. That is in the Computer Vision System Toolbox.

2 Comments

thank for response ,and sift means scale invariant fourier transform ,but how work on sift in these algorithm sir??
I don't know. Since it's not a MATLAB supplied function I guess you'd have to program it up yourself. But what's wrong with SURF? It does pretty much the same thing. Why can't you use that?

Sign in to comment.

Asked:

on 25 Jun 2014

Commented:

on 11 Jul 2014

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!