class |
AbstractObjectOverlayFromReport |
Ancestor for overlays that use object locations from a report.
|
class |
AbstractPointOverlayFromReport |
Ancestor for overlays that use object locations from a report.
|
class |
BoofCVDetectLineSegmentsImageOverlay |
|
class |
BoofCVDetectLinesImageOverlay |
|
class |
HighlightLocations |
Overlay for highlighting points on an image.
|
class |
MetaDataText |
Overlay for text from the image's meta-data.
|
class |
MultiImageOverlay |
Combines multiple overlays, applies them sequentially.
|
class |
NullOverlay |
Dummy overlay, does nothing.
|
class |
ObjectAnnotations |
Overlays object annotations from the report.
|
class |
ObjectCentersOverlayFromReport |
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.
|
class |
ObjectLocationsOverlayFromReport |
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.
|
class |
SimplePointOverlayFromReport |