Package: GLCMTextures 0.6.3
GLCMTextures: GLCM Textures of Raster Layers
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.
Authors:
GLCMTextures_0.6.3.tar.gz
GLCMTextures_0.6.3.zip(r-4.7)GLCMTextures_0.6.3.zip(r-4.6)GLCMTextures_0.6.3.zip(r-4.5)
GLCMTextures_0.6.3.tgz(r-4.6-x86_64)GLCMTextures_0.6.3.tgz(r-4.6-arm64)GLCMTextures_0.6.3.tgz(r-4.5-x86_64)GLCMTextures_0.6.3.tgz(r-4.5-arm64)
GLCMTextures_0.6.3.tar.gz(r-4.7-arm64)GLCMTextures_0.6.3.tar.gz(r-4.7-x86_64)GLCMTextures_0.6.3.tar.gz(r-4.6-arm64)GLCMTextures_0.6.3.tar.gz(r-4.6-x86_64)
GLCMTextures_0.6.3.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
GLCMTextures/json (API)
| # Install 'GLCMTextures' in R: |
| install.packages('GLCMTextures', repos = c('https://ailich.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/ailich/glcmtextures/issues
Pkgdown/docs site:https://ailich.github.io
Last updated from:3474c60449. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 245 | ||
| linux-devel-x86_64 | OK | 245 | ||
| source / vignettes | OK | 256 | ||
| linux-release-arm64 | OK | 234 | ||
| linux-release-x86_64 | OK | 228 | ||
| macos-release-arm64 | OK | 204 | ||
| macos-release-x86_64 | OK | 267 | ||
| macos-oldrel-arm64 | OK | 170 | ||
| macos-oldrel-x86_64 | OK | 356 | ||
| windows-devel | OK | 235 | ||
| windows-release | OK | 229 | ||
| windows-oldrel | OK | 210 | ||
| wasm-release | OK | 128 |
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Calculates the GLCM Texture Metrics from a GLCM | glcm_metrics |
| Calculates GLCM texture metrics of a Raster Layer | glcm_textures |
| Calculates GLCM texture metrics of a Raster Layer | glcm_textures_wholeimage |
| Creates a symmetrical normalized GLCM for a given matrix and shift | make_glcm |
| Quantizes raster to a set number of discrete levels | quantize_raster |
