I am doing an ancient coins recognition system using matlab. What I have done so far is:
Now I want to extract feature for classification. Features I thought to select are roundness, area, colour, SIFT and SURF. My problem is how I can apply SIFT and SURF algorithms to my project. I couldn't find built-in functions for both.
you can find a matlab implementation of SIFT features here: http://www.cs.ubc.ca/~lowe/keypoints/