R/fa_treepos.R
treepos_RL.RdDetects 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
treepos_RL(chm = NULL, movingWin = 7, minTreeAlt = 2)Canopy height model in raster or SpatialGridDataFrame file format. Should be the same that was used to create
the input for treepos.
Size (in pixels) of the moving window to detect local maxima.
Height threshold (m) below a pixel cannot be a local maximum. Local maxima values are used to define tree tops.
raster* object