Package: fastGLCM Type: Package Title: 'GLCM' Texture Features Version: 1.0.3 Date: 2025-09-14 Authors@R: c( person("Lampros", "Mouselimis", email = "mouselimislampros@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-8024-1546")), person("Takahiro", "Toizumi", role = "cph", comment = "Author of the fastGLCM Python code") ) BugReports: https://github.com/mlampros/fastGLCM/issues URL: https://github.com/mlampros/fastGLCM, https://mlampros.github.io/fastGLCM/ Description: Two 'Gray Level Co-occurrence Matrix' ('GLCM') implementations are included: The first is a fast 'GLCM' feature texture computation based on 'Python' 'Numpy' arrays ('Github' Repository, ). The second is a fast 'GLCM' 'RcppArmadillo' implementation which is parallelized (using 'OpenMP') with the option to return all 'GLCM' features at once. For more information, see "Artifact-Free Thin Cloud Removal Using Gans" by Toizumi Takahiro, Zini Simone, Sagi Kazutoshi, Kaneko Eiji, Tsukada Masato, Schettini Raimondo (2019), IEEE International Conference on Image Processing (ICIP), pp. 3596-3600, . License: GPL-3 Copyright: inst/COPYRIGHTS Depends: R(>= 3.2.3) Imports: Rcpp (>= 1.0.8.3), R6, rlang, OpenImageR, utils LinkingTo: Rcpp, RcppArmadillo, OpenImageR Suggests: reticulate, covr, knitr, rmarkdown, testthat (>= 3.0.0) Encoding: UTF-8 RoxygenNote: 7.3.2 Config/testthat/edition: 3 VignetteBuilder: knitr Config/pak/sysreqs: cmake make libjpeg-dev libpng-dev libtiff-dev libuv1-dev zlib1g-dev Repository: https://mlampros.r-universe.dev Date/Publication: 2025-10-01 03:01:40 UTC RemoteUrl: https://github.com/mlampros/fastglcm RemoteRef: HEAD RemoteSha: f77073dcddf964693f64e1ed326bc31bc471c354 NeedsCompilation: yes Packaged: 2026-06-08 07:19:30 UTC; root Author: Lampros Mouselimis [aut, cre] (ORCID: ), Takahiro Toizumi [cph] (Author of the fastGLCM Python code) Maintainer: Lampros Mouselimis