how to find uniformity of an image

4 vues (au cours des 30 derniers jours)
Mohammad Golam Kibria
Mohammad Golam Kibria le 3 Nov 2011
I have an image I (colored image).
I have standard deviation and entropy of the image say 7 and 5
How to get the uniformity of that image? can any body help with the formula.
Thanks.

Réponse acceptée

Image Analyst
Image Analyst le 3 Nov 2011
What's wrong with using the standard deviation? If it's zero, it's uniform.
sd = std(imageArray(:));

Plus de réponses (0)

Catégories

En savoir plus sur Image Processing Toolbox dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by