treeseg.plot module

class treeseg.plot.HeightModelPlot(height_model)

Bases: object

A base class for managing height model plotting.

append_bool(bool_array)

Appends a boolean array on top of the background array. Usually a boolean array indicates detected tree tops.

Parameters:bool_array
append_polys(polys)

Appends a list of shapely.geometry.Polygons on top of the background array. Usually, a list of polys indicates segmented tree crowns.

Parameters:polys