how to find uniformity of an image
8 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuesta aceptada
Image Analyst
el 3 de Nov. de 2011
What's wrong with using the standard deviation? If it's zero, it's uniform.
sd = std(imageArray(:));
0 comentarios
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!