Uses of Interface
adams.data.objectoverlap.OptionalBoundingBoxFallbackSupporter
-
-
Uses of OptionalBoundingBoxFallbackSupporter in adams.data.areaoverlap
Classes in adams.data.areaoverlap that implement OptionalBoundingBoxFallbackSupporter Modifier and Type Class Description class
PolygonBased
Uses polygons for the calculation. -
Uses of OptionalBoundingBoxFallbackSupporter in adams.data.objectoverlap
Classes in adams.data.objectoverlap that implement OptionalBoundingBoxFallbackSupporter Modifier and Type Class Description class
DiceCoefficient
Computes the Dice coefficient between annotations and predictions.class
IntersectOverUnionRatio
Computes the Intersect Over Union (IOU) between annotations and predictions. -
Uses of OptionalBoundingBoxFallbackSupporter in adams.gui.visualization.object.objectannotations.outline
Classes in adams.gui.visualization.object.objectannotations.outline that implement OptionalBoundingBoxFallbackSupporter Modifier and Type Class Description class
PolygonOutline
Plots the polygon.class
PolygonVertices
Plots the polygon vertices. -
Uses of OptionalBoundingBoxFallbackSupporter in adams.gui.visualization.object.objectannotations.shape
Classes in adams.gui.visualization.object.objectannotations.shape that implement OptionalBoundingBoxFallbackSupporter Modifier and Type Class Description class
FilledPolygon
Plots a filled polygon.
-