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.
README
---
title: "README"
output: rmarkdown::html_vignette
vignette: >
%\VignetteIndexEntry{README}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
echo = TRUE, warning = FALSE, message = FALSE,
out.width = "100%")
```
```{r setup, include=FALSE}
md_fig_dir<- "../man/figures/" #Path relative to this Rmd
R_fig_dir<- "../figures/" #Path relative to child Rmd
```
```{r child='../man/fragments/README_Frag.Rmd'}
```
Versions across snapshots
| Version | Repository | File | Size |
|---|---|---|---|
0.6.3 |
rolling linux/jammy R-4.5 | GLCMTextures_0.6.3.tar.gz |
576.8 KiB |
0.6.3 |
rolling linux/noble R-4.5 | GLCMTextures_0.6.3.tar.gz |
578.5 KiB |
0.6.3 |
rolling source/ R- | GLCMTextures_0.6.3.tar.gz |
508.6 KiB |
0.6.3 |
latest linux/jammy R-4.5 | GLCMTextures_0.6.3.tar.gz |
576.8 KiB |
0.6.3 |
latest linux/noble R-4.5 | GLCMTextures_0.6.3.tar.gz |
578.5 KiB |
0.6.3 |
latest source/ R- | GLCMTextures_0.6.3.tar.gz |
508.6 KiB |
0.6.3 |
2026-04-26 source/ R- | GLCMTextures_0.6.3.tar.gz |
508.6 KiB |
0.6.3 |
2026-04-23 source/ R- | GLCMTextures_0.6.3.tar.gz |
508.6 KiB |
0.6.3 |
2026-04-09 windows/windows R-4.5 | GLCMTextures_0.6.3.zip |
896.7 KiB |
0.5 |
2025-04-20 source/ R- | GLCMTextures_0.5.tar.gz |
353.6 KiB |