Package | Description |
---|---|
org.openimaj.image.processor.connectedcomponent.render |
Modifier and Type | Class and Description |
---|---|
class |
AxisRenderer<T>
A component renderer that will draw into the given image the principle
axes of the connected component.
|
class |
BlobExtractorRenderer<T>
Renders the pixels from one image into the given image based on
the connected components.
|
class |
BlobRenderer<T>
Draws the connected components as coloured blobs into the given image.
|
class |
BorderRenderer<T>
Draws the border of the connected component into the given image.
|
class |
BoundingBoxRenderer<T>
Renders the bounding box into the image.
|
class |
CentroidRenderer<T>
Renders a connected component's centroid into the given image.
|
class |
OrientatedBoundingBoxRenderer<T>
Renders the oriented bounding box into the image.
|