Filter löschen
Filter löschen

content based image retrieval matlab code

1 Ansicht (letzte 30 Tage)
image processing
image processing am 31 Okt. 2015
Beantwortet: Image Analyst am 31 Okt. 2015
how to write matlab code for cbir using knn algorithm

Antworten (1)

Image Analyst
Image Analyst am 31 Okt. 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!

Translated by