treeseg.segmentation module¶
-
class
treeseg.segmentation.Voronoi(detection_base)¶ Bases:
object-
segment(intersect=True)¶ Segments the input detection object with the Voronoi segmentation algorithm.
Parameters: intersect – If true, intersects with the bounding box of the height model.
-
translate(series)¶ Translates the polygons centered at 0 back to physical space. :return:
-