Class | Description |
---|---|
AbstractRenderer<T> |
An abstract class that defines top-level methods for objects that can
render connected components into images.
|
AxisRenderer<T> |
A component renderer that will draw into the given image the principle
axes of the connected component.
|
BlobExtractorRenderer<T> |
Renders the pixels from one image into the given image based on
the connected components.
|
BlobRenderer<T> |
Draws the connected components as coloured blobs into the given image.
|
BorderRenderer<T> |
Draws the border of the connected component into the given image.
|
BoundingBoxRenderer<T> |
Renders the bounding box into the image.
|
CentroidRenderer<T> |
Renders a connected component's centroid into the given image.
|
ConfigurableRendererMono |
This renderer encapsulates various other renderers in an easy to
configure class, allowing multiple renderers to be called in one go.
|
ConfigurableRendererRGB |
This renderer encapsulates various other renderers in an easy to
configure class, allowing multiple renderers to be called in one go.
|
OrientatedBoundingBoxRenderer<T> |
Renders the oriented bounding box into the image.
|
Enum | Description |
---|---|
ConfigurableRenderOptions |
An enumerator for the
ConfigurableRendererMono and
ConfigurableRendererRGB classes. |