samstars Documentation¶
Multimodal individual tree crown segmentation from imagery and lidar-derived rasters.
Overview¶
samstars is a Python package for individual tree crown segmentation from high-resolution imagery and lidar-derived rasters.
It combines:
- high-resolution imagery (satellite, aerial, or drone)
- lidar-derived raster layers (e.g., canopy height and density)
The package prepares canopy-derived seed points, boundary and gap cost rasters, and proposal index rasters before writing crown polygons.
The workflow was developed with WorldView-3 imagery and airborne lidar-derived rasters, but the library interface accepts any aligned or alignable imagery, canopy-height, and first-return density rasters.
First Segmentation¶
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | |
CPU is the supported baseline. Use "cuda" or "mps" only after verifying
the accelerator as described in Installation.
See Installation to install the library. For a minimal run path, see Quick Start. For task-focused documentation, see Data Preparation, Training, Segmentation, and Downstream Analysis.