-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
39 lines (39 loc) · 1.22 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
29
30
31
32
33
34
35
36
37
38
39
Package: foto
Version: 1.2
Title: Fourier Transform Textural Ordination
Authors@R: c(person(
family = "Hufkens",
given = "Koen",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-5070-8109")),
person("Jonathan V.", "Solorzano", role = c("ctb")),
person(given = "BlueGreen Labs",
role = c("cph", "fnd")))
Description: A tool to use a principal component analysis on radially averaged
two dimensional Fourier spectra to characterize image texture. The method
within the context of ecology was first described by Couteron et al. (2005)
<doi:10.1111/j.1365-2664.2005.01097.x> and expanded upon by
Solorzano et al. (2018) <doi:10.1117/1.JRS.12.036006>
using a moving window approach.
URL: https://github.com/bluegreen-labs/foto, https://bluegreen-labs.github.io/foto/
BugReports: https://github.com/bluegreen-labs/foto/issues
Depends:
R (>= 3.6)
Imports:
terra,
stats,
parallel,
grDevices
Suggests:
knitr,
tidyr,
ggplot2,
rmarkdown,
covr,
testthat
License: AGPL-3
LazyData: true
ByteCompile: true
RoxygenNote: 7.2.3
VignetteBuilder: knitr