Calculates grey level co-occurrence matrix (GLCM) based texture measures (Hall-Beyer (2017) <https://prism.ucalgary.ca/bitstream/handle/1880/51900/texture%20tutorial%20v%203_0%20180206.pdf>; Haralick et al. (1973) <doi:10.1109/TSMC.1973.4309314>) of raster layers using a sliding rectangular window. It also includes functions to quantize a raster into grey levels as well as tabulate a glcm and calculate glcm texture metrics for a matrix.
Version: | 0.4.2 |
Depends: | terra |
Imports: | Rcpp, raster |
LinkingTo: | Rcpp, RcppArmadillo |
Suggests: | knitr, rmarkdown |
Published: | 2024-08-19 |
DOI: | 10.32614/CRAN.package.GLCMTextures |
Author: | Alexander Ilich [aut, cre] |
Maintainer: | Alexander Ilich <ailich at usf.edu> |
BugReports: | https://github.com/ailich/GLCMTextures/issues |
License: | GPL (≥ 3) |
URL: | https://ailich.github.io/GLCMTextures/, https://github.com/ailich/GLCMTextures |
NeedsCompilation: | yes |
SystemRequirements: | C++17 |
Citation: | GLCMTextures citation info |
Materials: | README |
CRAN checks: | GLCMTextures results |
Reference manual: | GLCMTextures.pdf |
Vignettes: |
README (source, R code) |
Package source: | GLCMTextures_0.4.2.tar.gz |
Windows binaries: | r-devel: GLCMTextures_0.4.2.zip, r-release: GLCMTextures_0.4.2.zip, r-oldrel: GLCMTextures_0.4.2.zip |
macOS binaries: | r-release (arm64): GLCMTextures_0.4.2.tgz, r-oldrel (arm64): GLCMTextures_0.4.2.tgz, r-release (x86_64): GLCMTextures_0.4.2.tgz, r-oldrel (x86_64): GLCMTextures_0.4.2.tgz |
Old sources: | GLCMTextures archive |
Reverse imports: | ForestTools |
Please use the canonical form https://CRAN.R-project.org/package=GLCMTextures to link to this page.