how to find uniformity of an image

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.

 Accepted Answer

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

More Answers (0)

Categories

Find more on Images in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!