Generally CBIR works with Euclidean distance for comparing a query image and a database image feature vectors.
However in math works, I got a source code that instead of Euclidean distance it is done with SVM, like a content based image retrieval using two techniques:
- Using knn for image retrieval;
- Using svm for image retrieval.
How does it work?