how to find uniformity of an image
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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.
0 Kommentare
Akzeptierte Antwort
Image Analyst
am 3 Nov. 2011
What's wrong with using the standard deviation? If it's zero, it's uniform.
sd = std(imageArray(:));
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Image Processing Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!