-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
26 lines (26 loc) · 1.15 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
Package: RMCC
Type: Package
Title: Airborne LiDAR Filtering Method Based on Multiscale Curvature
Version: 0.1.1
Authors@R: c(
person("Jean-Romain", "Roussel", email = "[email protected]", role = c("aut", "cre")),
person("Evans", "Jeffrey S", email = "", role = c("aut")),
person("Hudak", "Andrew T", email = "", role = c("aut")),
person("Green Code LLC", email = "", role = c("cph"), comment = "Author of the mcc code under US federally funded contract"),
person("Jarno", "Elonen", email = "", role = c("cph"), comment = "Author of the included thin plate spline library"),
person("Thomas", "Becker", email = "", role = c("cph"), comment = "Author of the included any_iterator library"))
Description: Multiscale Curvature Classification of ground returns in 3-D LiDAR
point clouds, designed for forested environments. 'RMCC' is a porting to R of the
'MCC-lidar' method by Evans and Hudak (2007) <doi:10.1109/TGRS.2006.890412>.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
LinkingTo: Rcpp, BH
Imports:
Rcpp
Depends:
R (>= 2.10)
Suggests:
tinytest