image_segmenterΒΆ
Classes
This class segments images into foreground and background objects using a multi-level Otsu thresholding approach. |
|
ImageSegmenterOptions(otsu_levels: int = 2, minimum_segment_area: int = 10, minimum_segment_dn: float = 200) |
|
ImageSegmenterOut(labeled_image, foreground_image, stats, centroids) |