Table 3.
Texture Measures | Formula | Explanation |
---|---|---|
Entropy | ∑ − ln(Pij) Pij | Smaller Pij leads to higher entropy value |
Contrast | ∑Pij (i − j)2 | Express difference as an exponential function |
Variance | ∑Pij (i − µi)2 | Describe the variance of GLCM values |
Correlation | ∑Pij [(i − µi) (j − µi)/σ2] | Describe the correlation of GLCM values |
Mean | ∑Pij/N | Describe the mean of the GLCM values |
Homogeneity | ∑Pij/(1 + (i − j))2 | Express difference as an inversed exponential function |
Dissymmetry | ∑(∑(|i − j| Pij)) | Express difference as a linear function |
Second moment | ∑(∑(Pij)2) | Return the max value when all pixels are identical |