GLCM Entropy Feature Calculation
16 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Vincy Y
il 6 Feb 2019
Commentato: Image Analyst
il 4 Mar 2024
This is my Entropy calculation from glcm matrix

but the result is

the entropy formula i used here is correct ?
Risposta accettata
Image Analyst
il 6 Feb 2019
I believe you can use the built-in graycoprops() to get that value.
5 Commenti
Image Analyst
il 4 Mar 2024
Since you say you must have it without using built-in functions, then it must be your homework and I'm sure your professor would not allow anyone turning in my/our code as their own. Anyway, since it's been 4 years, I'm sure it's already been done and turned in. For others who want a demo on how to compute the gray level cooccurrence matrix using the built-in function, see attached m-file.

Più risposte (1)
Luis Frauca Trasobares
il 4 Mar 2024
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).
0 Commenti
Vedere anche
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!