treeseg icon indicating copy to clipboard operation
treeseg copied to clipboard

A library of tree segmentation and detection algorithms.

treeseg

Documentation Status

A library of tree segmentation and detection algorithms.

For general LiDAR processing tasks (e.g. normalization, canopy height models, etc.) please see pyfor.

Current Status

treeseg is currently under development.

Planned and Current Algorithms

Detection

  • [x] FixedWindowLocalMaxima
  • [x] VariableWindowLocalMaxima

alt text

Segmentation

  • [x] Vornoi
  • [ ] Watershed

Please send your suggestions to the issues board.

Requirements

- skimage
- pyproj
- rasterio
- scipy
- geopandas

Installation

Forthcoming.