how to compute entropy of each 24 images?
1 回表示 (過去 30 日間)
古いコメントを表示
I need to compute entropy for each of 24 images for which I need to compute probability first.I do not understand how to compute probability for each of 24 images ?
0 件のコメント
採用された回答
Image Analyst
2014 年 6 月 28 日
Take the histogram with imhist(), or just call entropy(). Put that code into the FAQ: http://matlab.wikia.com/wiki/FAQ#How_can_I_process_a_sequence_of_files.3F which gives code for looping over all your images.
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Image Processing Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!