MATLAB: SIFT feature descriptor is not working in matlab R2013a, any solution

image processingsift

I have installed Matlab R2013a. I am doing project on face recognition using SIFT but its displaying error like "Undefined function 'detectSIFTFeatures' for input arguments of type 'uint8' ".

Best Answer

There is no "detectSIFTFeature" function in any Matlab version.
Related Question