Package: CspStandSegmentation
Type: Package
Title: Comparative Shortest Path Forest Stand Segmentation from LiDAR
        Data
Version: 0.1.2
Authors@R: c(
  person("Julian", "Frey", email = "julian.frey@wwd.uni-freiburg.de", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-7895-702X")),
  person("Zoe", "Schindler", email = "zoe.schindler@wwd.uni-freiburg.de", role = c("ctb"), comment = c(ORCID = "0000-0003-2972-1920"))
  )
Description: Functionality for segmenting individual trees from a forest stand scanned with a close-range (e.g., terrestrial or mobile) laser scanner. The complete workflow from a raw point cloud to a complete tabular forest inventory is provided. The package contains several algorithms for detecting tree bases and a graph-based algorithm to attach all remaining points to these tree bases. It builds heavily on the 'lidR' package. A description of the segmentation algorithm can be found in Larysch et al. (2025) <doi:10.1007/s10342-025-01796-z>.
URL: https://github.com/JulFrey/CspStandSegmentation
BugReports: https://github.com/JulFrey/CspStandSegmentation/issues
License: GPL-3
Encoding: UTF-8
Imports: Rcpp (>= 1.0.5), lidR, dbscan, igraph, foreach, doParallel,
        magrittr, data.table, sf, terra, RCSF, conicfit, rgl
LinkingTo: Rcpp, RcppArmadillo, lidR, BH
RoxygenNote: 7.3.3
Depends: R (>= 4.1.0)
Suggests: testthat (>= 3.0.0)
Config/testthat/edition: 3
NeedsCompilation: yes
Packaged: 2025-10-23 15:37:21 UTC; Frey
Author: Julian Frey [aut, cre] (ORCID: <https://orcid.org/0000-0001-7895-702X>),
  Zoe Schindler [ctb] (ORCID: <https://orcid.org/0000-0003-2972-1920>)
Maintainer: Julian Frey <julian.frey@wwd.uni-freiburg.de>
Repository: CRAN
Date/Publication: 2025-10-28 12:40:08 UTC
Built: R 4.5.2; x86_64-w64-mingw32; 2025-11-01 03:28:04 UTC; windows
Archs: x64
