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