what is the tolerance factor of entropy function used in matlab program to find entropy of image?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
e = entropy(I) , which calculates the entropy of the image in matlab. What is the tolerance factor used in this function, and is there any way to varry it?
1 comentario
Abhishek Kolla
el 3 de Nov. de 2021
Entropy is calculated using the formula -sum(p.*log2(p)) where p contains the normalised histogram counts taken from the input image. There is no tolerance factor involved in this calculation
Respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!