open-forest-observatory / tree-detection-framework

BSD 3-Clause "New" or "Revised" License
3 stars 0 forks source link

Add a function to convert a binary mask to a `shapely.Polygon/MultiPolygon` #30

Closed russelldj closed 3 weeks ago

russelldj commented 1 month ago

This function should take in a single binary mask and produce a polygon. It should accommodate multiple disconnected regions and holes within regions.