Effacer les filtres
Effacer les filtres

Intepretation of image histogram

3 vues (au cours des 30 derniers jours)
Nithya
Nithya le 8 Mar 2014
Commenté : Image Analyst le 8 Mar 2014
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

Réponse acceptée

Image Analyst
Image Analyst le 8 Mar 2014
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 commentaires
Nithya
Nithya le 8 Mar 2014
will this conversion actually affect the analysis badly?
Image Analyst
Image Analyst le 8 Mar 2014
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.

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by