Module: segmentation — skimage v0.19.0 docs
scikit-image.org › docs › stableComputes Felsenszwalb’s efficient graph based image segmentation. skimage.segmentation.find_boundaries (label_img) Return bool array where boundaries between labeled regions are True. skimage.segmentation.flood (image, seed_point, *) Mask corresponding to a flood fill. skimage.segmentation.flood_fill (image, …) Perform flood filling on an ...