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

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -