GLCM Entropy Feature Calculation
7 views (last 30 days)
Show older comments
This is my Entropy calculation from glcm matrix

but the result is

the entropy formula i used here is correct ?
Accepted Answer
Image Analyst
on 6 Feb 2019
I believe you can use the built-in graycoprops() to get that value.
5 Comments
Image Analyst
on 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.

More Answers (1)
Luis Frauca Trasobares
on 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 Comments
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!