Skip to contents

Delineates individual tree crowns from aerial or UAV point clouds. Typically applied to non-ground points.

Usage

px_segment_trees(
  cloud,
  method = "watershed",
  min_height = 2,
  crown_threshold = 1
)

Arguments

cloud

A px_cloud (non-ground points preferred).

method

Character: "watershed", "li2012", or "dalponte".

min_height

Numeric — minimum tree height in meters.

crown_threshold

Numeric — crown delineation threshold in meters.

Value

A segmentation_result object with per-point tree labels.