Using the vl_sift from the vlfeat (matlab) i extract the sift descriptor and i want to classify an image using the euclidienne distance without matching like the case of HOG descriptor, i will be thankful if you can help me at this stage if you have an idea about the method that i can use to compare the vector descriptor from vl_sift of 2 images using euclidienne distance. (Note : the result of the vl_sift function is : [F,D] = vl_sift(I) .Each column of D is the descriptor of the corresponding frame in F. )

Thank you for your time and help.

Similar questions and discussions