AbstractImageOverlay |
Abstract ancestor for image overlays.
|
AbstractObjectOverlayFromReport |
Ancestor for overlays that use object locations from a report.
|
AbstractObjectOverlayFromReport.LocatedObjectsPanel |
The panel for displaying the located objects.
|
AbstractObjectOverlayFromReport.SelectedObjectFilter |
Filter for located objects that only accepts the currently selected ones.
|
AbstractPointOverlayFromReport |
Ancestor for overlays that use object locations from a report.
|
AbstractPointOverlayFromReport.LocatedPointsPanel |
The panel for displaying the located points.
|
AbstractPointOverlayFromReport.SelectedObjectFilter |
Filter for located objects that only accepts the currently selected ones.
|
AbstractReportBasedOverlayHelper |
Ancestor for overlay helper classes that use object locations from a report.
|
BoofCVDetectLineSegmentsImageOverlay |
|
BoofCVDetectLinesImageOverlay |
|
ColorPickerDialog |
Color picker dialog.
|
ColorPickerPanel |
A panel allowing the user to pick a color on an ImagePanel .
|
ColorPickerPanel.ZoomPanel |
Specialized panel that shows a zoomed in version of the image.
|
HighlightLocations |
Overlay for highlighting points on an image.
|
HistogramPanel |
Generates and displays histogram(s) from an image.
|
ImageMultiPagePane |
|
ImagePanel |
For displaying a single image.
|
ImagePanel.PaintPanel |
The panel used for painting.
|
ImageViewerPanel |
A simple image viewer.
|
LocatedObjectsTableModel |
Table model for located objects.
|
MetaDataText |
Overlay for text from the image's meta-data.
|
MultiImageOverlay |
Combines multiple overlays, applies them sequentially.
|
NullOverlay |
Dummy overlay, does nothing.
|
ObjectAnnotations |
Overlays object annotations from the report.
|
ObjectAnnotations.LocatedObjectsPanel |
The panel for displaying the located objects.
|
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.
|
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.
|
RectangleUtils |
Helper class for selections.
|
ReportObjectOverlay |
Ancestor for overlays that use object locations from a report.
|
ReportPointOverlay |
Ancestor for overlays that use point locations from a report.
|
SelectionPoint |
Stores the index in the point as well.
|
SelectionRectangle |
Stores the index in the report as well.
|
SimplePointOverlayFromReport |