content based image retrieval matlab code

1 view (last 30 days)
how to write matlab code for cbir using knn algorithm

Answers (1)

Image Analyst
Image Analyst on 31 Oct 2015
Extract features from all images and store the feature values in an array. Then use the generalized distance from your test image to all the other images in the database, and pick out the one with the lowest distance(s). No, I don't have any sample code for it.

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!