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 TypeClassDescriptionclass
Binary region segmentation based on a breadth-first flood filling algorithm using a queue.class
Binary region segmentation based on a depth-first flood filling algorithm using a stack.class
Binary region segmentation based on a recursive (depth-first) flood filling algorithm.class
Binary region segmentation based on a combined region labeling and contour tracing algorithm as described in [1].class
Binary region segmentation based on a two-pass sequential labeling algorithm.