How to calculate entropy for 1D?

1 visualización (últimos 30 días)
nur aqila
nur aqila el 20 de Abr. de 2018
Comentada: nur aqila el 20 de Abr. de 2018
Hi, I have 1D data which I got after encoding an image, the data only have value 0 and 1. How can I calculate the entropy of the resulted 1D data? please help me

Respuestas (1)

KALYAN ACHARJYA
KALYAN ACHARJYA el 20 de Abr. de 2018
Editada: KALYAN ACHARJYA el 20 de Abr. de 2018
 % Not for logical data
% Entropy calculation is only for gray or other formats
en=entropy(I);
  1 comentario
nur aqila
nur aqila el 20 de Abr. de 2018
is that means it is impossible for me to calculate entropy for my data ?

Iniciar sesión para comentar.

Community Treasure Hunt

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

Start Hunting!

Translated by