What unit does the frequency have (MATLAB Color Histogram)?
1 回表示 (過去 30 日間)
古いコメントを表示
Hello !
I used the code snippet at the end of the page of https://de.mathworks.com/help/matlab/creating_plots/color-analysis-with-bivariate-histogram.html and also got a histogram, where the frequency is plotted over the RGB color value. I was just wondering what unit the frequency on the y-axis has, because the values are quite high (up to ~7000). Is it number of screen-pixels with that color?
Thanks a lot for your help!
0 件のコメント
採用された回答
Duncan Po
2019 年 10 月 4 日
The Y axis is number of pixels. The image in the example is 384x512, so it has 196608 pixels.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Histograms についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!