Package: crownsegmentr
Title: Tree Crown Segmentation in Airborne LiDAR Point Clouds
Version: 1.0.1
Authors@R: c(
    person("Leon", "Steinmeier", , "Leon.Steinmeier@posteo.net", role = "aut",
           comment = c(ORCID = "0000-0001-9040-636X", 
           "Created the package as part of his master thesis.")),
    person("Timon", "Miesner", , "timon.miesner@thuenen.de", role = c("cre", "aut"),
           comment = c(ORCID = "0000-0001-5091-7456", 
           "Expanded the functionality of the package as part of the project ForestPulse.")),
    person("Nikolai", "Knapp", , "nikolai.knapp@thuenen.de", role = "aut",
           comment = c(ORCID = "0000-0001-5065-9979", 
           "Initialized, motivated and managed the development of the package."))
  )
Maintainer: Timon Miesner <timon.miesner@thuenen.de>
Description: Provides a function that performs the adaptive mean shift
    algorithm for individual tree crown delineation in 3D point clouds as
    proposed by 
    Ferraz et al. (2016) <doi:10.1016/j.rse.2016.05.028>, as well as supporting 
    functions.
License: GPL-3
URL: https://github.com/Lenostatos/crownsegmentr
Depends: R (>= 4.0.0)
Imports: assertthat, data.table, dbscan, lidR (>= 4.0.0), methods, Rcpp
        (>= 1.0.0), sf, terra
Suggests: EBImage, future, testthat (>= 3.0.0), raster
LinkingTo: BH (>= 1.75.0-0), progress, Rcpp (>= 1.0.0)
Config/testthat/edition: 3
Contact: timon.miesner@thuenen.de, Leon.Steinmeier@posteo.net,
        nikolai.knapp@thuenen.de
Encoding: UTF-8
RoxygenNote: 7.3.3
SystemRequirements: C++17, GNU make
NeedsCompilation: yes
Packaged: 2025-12-02 11:58:22 UTC; miesner
Author: Leon Steinmeier [aut] (ORCID: <https://orcid.org/0000-0001-9040-636X>,
    Created the package as part of his master thesis.),
  Timon Miesner [cre, aut] (ORCID:
    <https://orcid.org/0000-0001-5091-7456>, Expanded the functionality
    of the package as part of the project ForestPulse.),
  Nikolai Knapp [aut] (ORCID: <https://orcid.org/0000-0001-5065-9979>,
    Initialized, motivated and managed the development of the package.)
Repository: CRAN
Date/Publication: 2025-12-09 07:50:13 UTC
Built: R 4.6.0; x86_64-w64-mingw32; 2025-12-24 04:37:22 UTC; windows
Archs: x64
