image processing - Gray level co-occurrence matrix method on C# -
where can find implementation level cooccurrence matrix (glcm) method extraction of feature values color textures on c#? (with source code of course). , need calculation parameters: average or mean value, standard deviation, contrast, dissimilarity, homogeneity , energy.
accord framework (http://accord-framework.net/docs/html/n_accord_imaging.htm) provides methods calculating glcm matrix , haralick descriptors. lacks dissimilarity parameter.
Comments
Post a Comment