Uses of Interface
adams.data.objectoverlap.BoundingBoxFallbackSupporter
-
-
Uses of BoundingBoxFallbackSupporter in adams.data.areaoverlap
Classes in adams.data.areaoverlap that implement BoundingBoxFallbackSupporter Modifier and Type Class Description class
PolygonBased
Uses polygons for the calculation. -
Uses of BoundingBoxFallbackSupporter in adams.data.objectoverlap
Subinterfaces of BoundingBoxFallbackSupporter in adams.data.objectoverlap Modifier and Type Interface Description interface
OptionalBoundingBoxFallbackSupporter
Interface for classes that can (optionally) fall back on a bbox when the polygon is too small in relation to the bbox.Classes in adams.data.objectoverlap that implement BoundingBoxFallbackSupporter Modifier and Type Class Description class
IntersectOverUnionRatio
Computes the Intersect Over Union (IOU) between annotations and predictions. -
Uses of BoundingBoxFallbackSupporter in adams.gui.tools.previewbrowser
Classes in adams.gui.tools.previewbrowser that implement BoundingBoxFallbackSupporter Modifier and Type Class Description class
ObjectLocationsFromReport
Displays the following image types with an overlay for the objects stored in the report with the same name (using object prefix 'Object.'): report,report.gz
class
ObjectLocationsFromSpreadSheet
Displays the following image types with an overlay for the objects stored in the spreadsheet with the same name (using the spreadsheet reader's default extension) or with the specified alternative file suffix to the name (eg '-rois'): *
-
Uses of BoundingBoxFallbackSupporter in adams.gui.visualization.image
Classes in adams.gui.visualization.image that implement BoundingBoxFallbackSupporter Modifier and Type Class Description class
ReportObjectOverlay
Ancestor for overlays that use object locations from a report. -
Uses of BoundingBoxFallbackSupporter in adams.gui.visualization.object.objectannotations.outline
Classes in adams.gui.visualization.object.objectannotations.outline that implement BoundingBoxFallbackSupporter Modifier and Type Class Description class
PolygonOutline
Plots the polygon.class
PolygonVertices
Plots the polygon vertices. -
Uses of BoundingBoxFallbackSupporter in adams.gui.visualization.object.objectannotations.shape
Classes in adams.gui.visualization.object.objectannotations.shape that implement BoundingBoxFallbackSupporter Modifier and Type Class Description class
FilledPolygon
Plots a filled polygon.
-