AbstractColorDrawOperation |
Ancestor for operations that use a color.
|
AbstractColorStrokeDrawOperation |
Ancestor for operations that use a colored, variable stroke.
|
AbstractDrawObjectsFromReport |
Ancestor for overlays that use object locations from a report.
|
AbstractDrawOperation |
Ancestor to all draw operations.
|
AnnotationsAndPredictions |
Overlays the image with annotations and predictions from storage with their respective draw operations.
|
Barcode |
* Draws a barcode with the specified color and dimensions at the given location.
|
FloodFill |
Performs a flood-fill starting at the given position.
|
Image |
Draws the image obtained from a callable actor at the specified location.
|
Line |
Draws a line between the given start and end coordinates.
|
ObjectAnnotationsFromReport |
Overlays object annotations from the report.
|
ObjectCentersFromReport |
Displays the centers of objects in the image, using data from the attached report.
Suffixes:
.x
.y
.width
.height
Optionally, if type information is available per object, the locations can be displayed in distinct colors per type.
|
ObjectLocationsFromReport |
Displays the locations of objects in the image, using data from the attached report.
Suffixes:
.x
.y
.width
.height
Optionally, if type information is available per object, the locations can be displayed in distinct colors per type.
|
Oval |
Draws an oval with the specified color and dimensions at the given location.
|
Pixel |
Draws a pixel with the specified color at the specified location.
|
Rectangle |
Draws a rectangle with the specified color and dimensions at the given location.
|
Text |
Draws text with a specified font at the given location.
|