how to calculate entropy of subband?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I have a code for 2d dual tree discrete wavelet transform please help me how to calculate entropy of subband of a image.
0 comentarios
Respuesta aceptada
Youssef Khmou
el 19 de Feb. de 2013
hi,
did you try this :
% Function entropy of grayscla image
I = imread('circuit.tif');
J = entropy(I)
Más respuestas (0)
Ver también
Categorías
Más información sobre Wavelet Toolbox en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!