Intepretation of image histogram
2 ビュー (過去 30 日間)
古いコメントを表示
I am attaching a figure which shows the histogram of an intensity image(0-1)scale. Can somebody interpret the graph so that i can understand it in a better way. Thankyou. Nithya merin
0 件のコメント
採用された回答
Image Analyst
2014 年 3 月 8 日
Your image values range from 0 to 1. Perhaps you used im2double to scale a floating point image to the range that most MATLAB functions that operate on floating point images like. The bar chart represents the frequency of occurrence of that intensity value. So you have a lot of dark pixels and not as many bright ones.
2 件のコメント
Image Analyst
2014 年 3 月 8 日
No. Why should it. As long as you know that it's an image in the range 0-1 and do your operations with that in mind, it should be fine.
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!