フィルターのクリア

content based image retrieval matlab code

1 回表示 (過去 30 日間)
image processing
image processing 2015 年 10 月 31 日
回答済み: Image Analyst 2015 年 10 月 31 日
how to write matlab code for cbir using knn algorithm

回答 (1 件)

Image Analyst
Image Analyst 2015 年 10 月 31 日
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.

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by