Description Usage Arguments Value Examples
Segmentation of individual tree crowns as polygons based on a LiDAR derived canopy height model. Michele Dalponte: R package itcSegment. M. Dalponte, F. Reyes, K. Kandare, and D. Gianelle, "Delineation of Individual Tree Crowns from ALS and Hyperspectral data: a comparison among four methods," European Journal of Remote Sensing, Vol. 48, pp. 365-382, 2015.
1 2 3 4 5 6 7 8 9 | chmseg_ITC(
chm = NULL,
EPSG = 3064,
movingWin = 7,
TRESHSeed = 0.45,
TRESHCrown = 0.55,
minTreeAlt = 2,
maxCrownArea = 100
)
|
chm |
raster*, Canopy height model in |
EPSG |
character. The EPSG code of the reference system of the CHM raster image. |
movingWin |
numeric. Size (in pixels) of the moving window to detect local maxima. itcSegment |
TRESHSeed |
numeric. seeding threshold. itcSegment |
TRESHCrown |
numeric. crowns threshold. itcSegment |
minTreeAlt |
numeric. Height threshold (m) below a pixel cannot be a local maximum. Local maxima values are used to define tree tops.itcSegment |
maxCrownArea |
numeric. A single value of the maximum projected tree crown area allowed. Default 100 sqm.
height of |
sp* object
1 2 3 4 5 6 7 8 9 10 11 12 13 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.