Borrar filtros
Borrar filtros

how to calculate entropy of subband?

4 visualizaciones (últimos 30 días)
maha lakshmi
maha lakshmi el 19 de Feb. de 2013
I have a code for 2d dual tree discrete wavelet transform please help me how to calculate entropy of subband of a image.

Respuesta aceptada

Youssef  Khmou
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)
  1 comentario
maha lakshmi
maha lakshmi el 19 de Feb. de 2013
Thank you sir,It works.Thank you for your quick response.

Iniciar sesión para comentar.

Más respuestas (0)

Etiquetas

Productos

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by