Gray level co-occurrence matrix method on C#

3.1k views Asked by At

Where can I find an implementation Level Cooccurrence Matrix (GLCM) method for the extraction of feature values from color textures on C#? (with source code of course). And need calculation parameters: average or mean value, standard deviation, contrast, dissimilarity, homogeneity and energy.

1

There are 1 answers

0
Marcin Sikora On

Accord framework (http://accord-framework.net/docs/html/N_Accord_Imaging.htm) provides methods for calculating GLCM matrix and Haralick descriptors. However it lacks dissimilarity parameter.