Search code examples
imagematlabimage-processingglcm

Grey level co-occurrences matrix 14 feature implementation


According to this Haralicks research paper, there are 14 textural features that can be extracted from a GLCM.

I searched for a equivalent implementation in Matlab but found only 4 of them being implemented. Does anyone know of a library that I could use in Matlab that has all 14 of them implemented. Or else if there isn't such a good library for Matlab is there a implementation for C/C++/Java/C# ?


Solution

  • Does this library from Avinash Uppuluri on the MATLAB Central File Exchange do what you need?