GLCM Entropy Feature Calculation
Afficher commentaires plus anciens
This is my Entropy calculation from glcm matrix

but the result is

the entropy formula i used here is correct ?
1 commentaire
ARCHANA KUMARI
le 23 Avr 2020
What is your project topic?
Réponse acceptée
Plus de réponses (1)
Luis Frauca Trasobares
le 4 Mar 2024
0 votes
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).
Catégories
En savoir plus sur Texture Analysis dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
