Description Usage Arguments LAS@data Special Fields Adapted Hough Transform References
View source: R/stem_points_methods.R
This function is meant to be used inside stemPoints
. It applies an adapted version of the Hough Transform for circle search. Mode details are given in the sections below.
1 2 3 4 5 6 7 8 |
h_step |
|
max_d |
|
h_base |
|
pixel_size |
|
min_density |
|
min_votes |
|
LAS@data
Special FieldsMeaninful new fields in the output:
Stem
: TRUE
for stem points
Segment
: stem segment number (from bottom to top and nested with TreeID)
Radius
: approximate radius of the point's stem segment estimated by the Hough Transform - always a multiple of the pixel_size
Votes
: votes received by the stem segment's center through the Hough Transform
The Hough Transform circle search algorithm used in TreeLS applies a constrained circle search on discretized point cloud layers. Tree-wise, the circle search is recursive, in which the search for circle parameters of a stem section is constrained to the feature space of the stem section underneath it. Initial estimates of the stem's feature space are performed on a baselise stem segment - i.e. a low height interval where a tree's bole is expected to be clearly visible in the point cloud. The algorithm is described in detail by Conto et al. (2017).
This adapted version of the algorithm is very robust against outliers, but not against forked or leaning stems.
Olofsson, K., Holmgren, J. & Olsson, H., 2014. Tree stem and height measurements using terrestrial laser scanning and the RANSAC algorithm. Remote Sensing, 6(5), pp.4323–4344.
Conto, T. et al., 2017. Performance of stem denoising and stem modelling algorithms on single tree point clouds from terrestrial laser scanning. Computers and Electronics in Agriculture, v. 143, p. 165-176.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.