A structure to hold the set of GLCM metrics.
double m_dissimilarity
GLCM metric Dissimilarity $\sum_{i,j=0}^{N-1}P_{i,j}|i-j|$.
Texture & operator=(const Texture &rhs)
Assignment operator.
Texture(const Texture &rhs)
Copy constructor.
double m_energy
GLCM metric Energy (the square root of Angular Second Moment) $\sqrt{\sum_{i,j=0}^{N-1}P_{i,...
double m_homogeneity
GLCM metric Homogeneity (also called Inverse Difference Moment) $\sum_{i,j=0}^{N-1}\frac{P_{i,...
double m_entropy
GLCM metric Entropy $\sum_{i,j=0}^{N-1}P_{i,j}(-\ln{P_{i,j}})$.
double m_contrast
GLCM metric Contrast (also called Sum of Squares Variance) $\sum_{i,j=0}^{N-1}P_{i,...