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!
