MATLAB: Is SIFT a function in MATLAB

computer visionComputer Vision Toolboximage processingpatentsiftsurf

What features of image will I get after applying SIFT on that image ?
What is training image?

Best Answer

No, it was patented by the professor who invented it. Fortunately there is another algorithm that is faster and performs about as well called SURF. It is in the Computer Vision System Toolbox: http://www.mathworks.com/help/vision/functionlist.html
Related Question