Uses of Class
imagingbook.common.regions.BinaryRegionSegmentation
Packages that use BinaryRegionSegmentation
-
Uses of BinaryRegionSegmentation in imagingbook.common.regions
Subclasses of BinaryRegionSegmentation in imagingbook.common.regionsModifier and TypeClassDescriptionclassBinary region segmentation based on a breadth-first flood filling algorithm using a queue.classBinary region segmentation based on a depth-first flood filling algorithm using a stack.classBinary region segmentation based on a recursive (depth-first) flood filling algorithm.classBinary region segmentation based on a combined region labeling and contour tracing algorithm as described in [1].classBinary region segmentation based on a two-pass sequential labeling algorithm.