Package: CspStandSegmentation
Type: Package
Title: Comparative Shortest Path Forest Stand Segmentation from LiDAR
        Data
Version: 0.2.0
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")),
  person("Katja", "Kröner", email = "katja.kroener@wwd.uni-freiburg.de", role = c("ctb"), comment = c(ORCID = "0009-0001-9896-8057"))
  )
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: 2026-02-17 14:34:37 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>),
  Katja Kröner [ctb] (ORCID: <https://orcid.org/0009-0001-9896-8057>)
Maintainer: Julian Frey <julian.frey@wwd.uni-freiburg.de>
Repository: CRAN
Date/Publication: 2026-02-17 14:50:02 UTC
Built: R 4.4.3; x86_64-w64-mingw32; 2026-02-18 00:51:05 UTC; windows
Archs: x64
