how to calculate entropy of subband?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I have a code for 2d dual tree discrete wavelet transform please help me how to calculate entropy of subband of a image.
0 commentaires
Réponse acceptée
Youssef Khmou
le 19 Fév 2013
hi,
did you try this :
% Function entropy of grayscla image
I = imread('circuit.tif');
J = entropy(I)
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Wavelet Toolbox dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!