how to find uniformity of an image
3 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
採用された回答
Image Analyst
2011 年 11 月 3 日
What's wrong with using the standard deviation? If it's zero, it's uniform.
sd = std(imageArray(:));
0 件のコメント
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!