-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
56 lines (56 loc) · 1.64 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Package: pliman
Title: Tools for Plant Image Analysis
Version: 3.0.0.9000
Authors@R:
person("Tiago", "Olivoto", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-0241-9636"))
Description: Tools for both single and batch image manipulation and
analysis (Olivoto, 2022 <doi:10.1111/2041-210X.13803>) and
phytopathometry (Olivoto et al., 2022 <doi:10.1007/S40858-021-00487-5>).
The tools can be used for the quantification of leaf area, object
counting, extraction of image indexes, shape measurement, object
landmark identification, and Elliptical Fourier Analysis of object
outlines (Claude (2008) <doi:10.1007/978-0-387-77789-4>). The package
also provides a comprehensive pipeline for generating shapefiles with
complex layouts and supports high-throughput phenotyping of RGB,
multispectral, and hyperspectral orthomosaics. This functionality
facilitates field phenotyping using UAV- or satellite-based imagery.
License: GPL (>= 3)
URL: https://nepem-ufsc.github.io/pliman/, https://github.com/nepem-ufsc/pliman
BugReports: https://github.com/nepem-ufsc/pliman/issues
Depends:
R (>= 4.1)
Imports:
doFuture,
dplyr,
exactextractr,
foreach,
future,
methods,
purrr,
Rcpp,
sf,
terra
Suggests:
BiocManager,
curl,
EBImage,
fields,
knitr,
leafem (>= 0.2.0),
leaflet (>= 2.1.2),
mapedit (>= 0.6.0),
mapview (>= 2.11.0),
pak,
rmarkdown,
rstudioapi,
tidyr
LinkingTo:
Rcpp,
RcppArmadillo
biocViews:
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2