what is the tolerance factor of entropy function used in matlab program to find entropy of image?

1 次查看(过去 30 天)
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 个评论
Abhishek Kolla
Abhishek Kolla 2021-11-3
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

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Image Processing Toolbox 的更多信息

产品


版本

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by