how to calculate entropy of subband?
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I have a code for 2d dual tree discrete wavelet transform please help me how to calculate entropy of subband of a image.
0 Kommentare
Akzeptierte Antwort
Youssef Khmou
am 19 Feb. 2013
hi,
did you try this :
% Function entropy of grayscla image
I = imread('circuit.tif');
J = entropy(I)
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Wavelet Toolbox finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!