Interface | Description |
---|---|
ContourTracer |
This interface defines the functionality of region segmenters
that perform contour extraction.
|
Class | Description |
---|---|
BreadthFirstLabeling |
Binary region labeler based on a breadth-first flood filling
algorithm.
|
Contour |
This class represents a closed contour as a sequence of
pixel coordinates.
|
ContourOverlay |
Updated: 2014-11-12
|
DepthFirstLabeling |
Binary region labeler based on a depth-first flood filling
algorithm.
|
RecursiveLabeling |
Binary region labeler based on a recursive flood filling
algorithm.
|
RegionContourLabeling |
Binary region labeler based on a combined region labeling
and contour tracing algorithm:
F.
|
RegionLabeling |
This class does the complete region labeling for a given image.
|
SequentialLabeling |
Binary region labeler based on a sequential labeling
algorithm.
|
Copyright © 2006–2017, Wilhelm Burger, Mark J. Burge (BSD 2-Clause Simplified License)