how to calculate entropy of subband?
1 次查看(过去 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!