Package: GLCMTextures Title: GLCM Textures of Raster Layers Version: 0.6.3 Authors@R: person(given = "Alexander", family = "Ilich", role = c("aut", "cre"), email = "ailich@usf.edu", comment = c(ORCID = "0000-0003-1758-8499")) Description: Calculates grey level co-occurrence matrix (GLCM) based texture measures (Hall-Beyer (2017) ; Haralick et al. (1973) ) 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. License: GPL (>= 3) Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 BugReports: https://github.com/ailich/GLCMTextures/issues Depends: R (>= 3.5.0), terra SystemRequirements: C++17 LinkingTo: Rcpp, RcppArmadillo Imports: Rcpp, raster Suggests: knitr, rmarkdown, testthat (>= 3.0.0) URL: https://ailich.github.io/GLCMTextures/, https://github.com/ailich/GLCMTextures VignetteBuilder: knitr Config/testthat/edition: 3 Config/pak/sysreqs: libgdal-dev gdal-bin libgeos-dev libproj-dev libsqlite3-dev Repository: https://ailich.r-universe.dev Date/Publication: 2025-07-31 21:22:49 UTC RemoteUrl: https://github.com/ailich/glcmtextures RemoteRef: HEAD RemoteSha: 3474c604492cbdc9b68657058cb6faaffae3b71f NeedsCompilation: yes Packaged: 2026-07-03 13:52:26 UTC; root Author: Alexander Ilich [aut, cre] (ORCID: ) Maintainer: Alexander Ilich