フィルターのクリア

Color similarity matrix?

3 ビュー (過去 30 日間)
lollo
lollo 2018 年 2 月 21 日
回答済み: Image Analyst 2018 年 12 月 23 日
I am quite new with MATLAB so my question may sound silly. I have 200 .jpg image files loaded in MATLAB. I would like to create a color similarity/dissimilarity matrix to see how much each image is similar or dissimilar compared with the others. How could I achieve it? Is there any toolbox that is specific for that?
  2 件のコメント
Stephen23
Stephen23 2018 年 3 月 5 日
lollo
lollo 2018 年 3 月 5 日
Thank you

サインインしてコメントする。

採用された回答

Chetna Jain
Chetna Jain 2018 年 3 月 5 日
You can first compare two images then extend the method to compare multiple images.
The comparison involves two steps :
1.) Feature detection and extraction
2.) Extracted feature comparison.
Now , there are several methods to detect and extract features. But , since you are specifying color comparison , one way could be by calculating the color histogram and then comparing the color histograms by the the built in functions available in MATLAB
  1 件のコメント
lollo
lollo 2018 年 3 月 5 日
Thank you for your answer.
Would you mind telling me whether there are any toolbox that are specific for doing that or any pre-installed function that are specific? Thank you again

サインインしてコメントする。

その他の回答 (1 件)

Image Analyst
Image Analyst 2018 年 12 月 23 日
You might try this paper: Click Here
A METHOD FOR COLOR CONTENT MATCHING OF IMAGES
Aleksandra Mojsilovic
IBM TJ Watson Research Center, 30 Saw Mill River Road, H4 B31, Hawthorne, NY 10532
Jianying Hu
Lucent Technologies Bell Labs, 600 Mountain Avenue, Murray Hill, NJ 07974

Community Treasure Hunt

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

Start Hunting!

Translated by