-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
24 lines (24 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
Package: RCSF
Type: Package
Title: Airborne LiDAR Filtering Method Based on Cloth Simulation
Version: 1.0.2
Date: 2020-02-04
Authors@R: c(
person("Jean-Romain", "Roussel", email = "[email protected]", role = c("aut", "cre", "cph")),
person("Jianbo", "Qi", email = "[email protected]", role = c("aut", "cph")),
person("Wuming", "Zhang", email = "", role = c("cph")),
person("Peng", "Wan", email = "", role = c( "cph")),
person("Hongtao", "Wang", email = "", role = c("cph")),
person("State Key Laboratory of Remote Sensing Science, Institute of Remote Sensing Science and Engineering, Beijing Normal University", role = c("cph")))
Description: Cloth Simulation Filter (CSF) is an airborne LiDAR (Light Detection and Ranging) ground
points filtering algorithm which is based on cloth simulation. It tries to simulate the interactions
between the cloth nodes and the corresponding LiDAR points, the locations of the cloth nodes can be
determined to generate an approximation of the ground surface <https://www.mdpi.com/2072-4292/8/6/501/htm>.
Depends: R (>= 3.1.0)
Suggests: testthat
License: Apache License 2.0
Encoding: UTF-8
LazyData: true
LinkingTo: Rcpp
Imports: Rcpp
RoxygenNote: 7.0.2