How to plot colormap of color image (RGB) in matlab?
3 ビュー (過去 30 日間)
古いコメントを表示
I need to analyze the colors of an image. I am wondering how to plot colormap of color image.
回答 (5 件)
Tim Jackman
2016 年 11 月 21 日
編集済み: Walter Roberson
2016 年 11 月 21 日
Try colorcloud(RGB)
1 件のコメント
Walter Roberson
2016 年 11 月 21 日
Interesting. I had not seen that before. I see it is new in R2016b.
Image Analyst
2016 年 11 月 21 日
The color thresholder app on the apps tab will show you the color gamut, which is the real name for what you're asking for.
0 件のコメント
Image Analyst
2016 年 11 月 21 日

You can change color spaces and show appearance weighted by frequency if you want. You can also quantize into fewer colors, like as if you had run rgb2ind() on the image.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で White についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!