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 classPolygonBasedUses polygons for the calculation. -
Uses of BoundingBoxFallbackSupporter in adams.data.objectoverlap
Subinterfaces of BoundingBoxFallbackSupporter in adams.data.objectoverlap Modifier and Type Interface Description interfaceOptionalBoundingBoxFallbackSupporterInterface 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 classDiceCoefficientComputes the Dice coefficient between annotations and predictions.classIntersectOverUnionRatioComputes 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 classObjectLocationsFromReportDisplays 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
classObjectLocationsFromSpreadSheetDisplays 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 classReportObjectOverlayAncestor 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 classPolygonOutlinePlots the polygon.classPolygonVerticesPlots 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 classFilledPolygonPlots a filled polygon.
-