Intepretation of image histogram

7 次查看(过去 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

采纳的回答

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