how to calculate entropy of subband?
2 ビュー (過去 30 日間)
古いコメントを表示
I have a code for 2d dual tree discrete wavelet transform please help me how to calculate entropy of subband of a image.
0 件のコメント
採用された回答
Youssef Khmou
2013 年 2 月 19 日
hi,
did you try this :
% Function entropy of grayscla image
I = imread('circuit.tif');
J = entropy(I)
その他の回答 (0 件)
参考
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!