GLCM Entropy Feature Calculation
이전 댓글 표시
This is my Entropy calculation from glcm matrix

but the result is

the entropy formula i used here is correct ?
댓글 수: 1
ARCHANA KUMARI
2020년 4월 23일
What is your project topic?
채택된 답변
추가 답변 (1개)
Luis Frauca Trasobares
2024년 3월 4일
0 개 추천
If you have your GLCM matrix correct ( you can use graycomatrix), next step is to normalized that matrix, and after that you can do your calculus or formula-code that you showed here.
Also take care of the 0 values because if you put them in the log it will be problematic (add eps to the log to solve this or control your grey levels without zero level, for example).
카테고리
도움말 센터 및 File Exchange에서 Texture Analysis에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
