Learn R Programming

CrownScorchTLS (version 0.1.1)

stemPoints: Stem points classification

Description

Classify stem points of all trees in a normalized point cloud. Stem denoising methods are prefixed by stm. This file includes code derived from the TreeLS package by Tiago de Conto Original source: https://github.com/tiagodc/TreeLS License: GPL-3 The code below is copied and adapted from TreeLS::stemPoints for the purpose of maintaining CRAN compatibility. All modifications are clearly documented.

Usage

stemPoints(las, method = stm.hough())

Value

LAS object.

Arguments

las

LAS object.

method

Function to classify stems. Default: stm.hough.

References

Carvalho, T. (2017). TreeLS: Tools for Terrestrial LiDAR in R. GitHub: https://github.com/tiagodc/TreeLS