how to calculate entropy of subband?

I have a code for 2d dual tree discrete wavelet transform please help me how to calculate entropy of subband of a image.

 Accepted Answer

hi,
did you try this :
% Function entropy of grayscla image
I = imread('circuit.tif');
J = entropy(I)

1 Comment

Thank you sir,It works.Thank you for your quick response.

Sign in to comment.

More Answers (0)

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!