Calculate entropy of an MR image

2 visualizaciones (últimos 30 días)
Zee Idrees
Zee Idrees el 5 de Nov. de 2018
Comentada: Zee Idrees el 5 de Nov. de 2018
I have to calculate entropy of mr image. I used both methods but it gives different ans... Can anyone help??
% Find entropy
E = entropy(realimg(:));
% lg = log2(sum(realimg(:)));
en = -sum(realimg(:).*log2(realimg(:)));

Respuesta aceptada

Image Analyst
Image Analyst el 5 de Nov. de 2018
Simply do
>> edit entropy.m
to discover what their formula is and how it differs from yours. It will be obvious.

Más respuestas (0)

Categorías

Más información sobre Image Data Workflows en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2017a

Community Treasure Hunt

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

Start Hunting!

Translated by