Intepretation of image histogram

2 ビュー (過去 30 日間)
Nithya
Nithya 2014 年 3 月 8 日
コメント済み: Image Analyst 2014 年 3 月 8 日
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

採用された回答

Image Analyst
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 件のコメント
Nithya
Nithya 2014 年 3 月 8 日
will this conversion actually affect the analysis badly?
Image Analyst
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!

Translated by