-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
28 lines (28 loc) · 1.1 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Package: GLCMTextures
Title: GLCM Textures of Raster Layers
Version: 0.4.2
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) <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.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
BugReports: https://github.com/ailich/GLCMTextures/issues
Depends: terra
SystemRequirements: C++17
LinkingTo:
Rcpp,
RcppArmadillo
Imports:
Rcpp,
raster
Suggests:
knitr,
rmarkdown
URL: https://ailich.github.io/GLCMTextures/, https://github.com/ailich/GLCMTextures
VignetteBuilder: knitr