how to calculate entropy of subband?
2 views (last 30 days)
Show older comments
I have a code for 2d dual tree discrete wavelet transform please help me how to calculate entropy of subband of a image.
0 Comments
Accepted Answer
Youssef Khmou
on 19 Feb 2013
hi,
did you try this :
% Function entropy of grayscla image
I = imread('circuit.tif');
J = entropy(I)
More Answers (0)
See Also
Categories
Find more on Wavelet Toolbox in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!