Description Usage Arguments Value Examples
Detects and computes the location and height of individual trees within
the LiDAR-derived Canopy Height Model (CHM). The algorithm implemented in this function
is local maximum with a fixed window size. Carlos A. Silva et all.: R package rLiDAR
1 | treepos_RL(chm = NULL, movingWin = 7, minTreeAlt = 2)
|
chm |
Canopy height model in |
movingWin |
Size (in pixels) of the moving window to detect local maxima. |
minTreeAlt |
Height threshold (m) below a pixel cannot be a local maximum. Local maxima values are used to define tree tops. |
raster* object
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.