compute_all_metrics {gtexture} | R Documentation |
Convenience function to compute all haralick texture features
Description
Calculate set of the following Haralick texture features; contrast, entropy, energy, autocorrelation, correlation, cluster prominence, cluster shade, homogeneity, inverse difference, max probability, and sum of squares.
Usage
compute_all_metrics(x)
Arguments
x |
Input glcm matrix |
Value
data.frame with 11 columns
[Package gtexture version 1.0.0 Index]