Module imagingbook.common
Package imagingbook.common.regions
package imagingbook.common.regions
-
ClassDescriptionThis class represents a connected component or binary region.Performs region segmentation on a given binary image.Binary region segmentation based on a breadth-first flood filling algorithm using a queue.This class represents a closed contour as a sequence of pixel coordinates.This interface defines the functionality of region segmentations that perform contour extraction.Binary region segmentation based on a depth-first flood filling algorithm using a stack.Binary region segmentation based on a recursive (depth-first) flood filling algorithm.Binary region segmentation based on a combined region labeling and contour tracing algorithm as described in [1].Defines a binary region that is backed by the label array of a region segmentation.Binary region segmentation based on a two-pass sequential labeling algorithm.