Description Usage Arguments Value Examples
Tree top detection based on local maxima filters. There are two types of filter. The first,
called for gridded objects, works on images with a matrix-based algorithm. And the second one, called for
point clouds, works at the point cloud level without any rasterization. Jean-Romain Roussel and David Auty:
R package lidR
1 | treepos_lidR(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 16 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.