Uses of Interface
adams.data.objectoverlap.ObjectOverlap
-
-
Uses of ObjectOverlap in adams.data.objectfilter
Fields in adams.data.objectfilter declared as ObjectOverlap Modifier and Type Field Description protected ObjectOverlapMergeOverlaps. m_Algorithmthe object overlap calculation to use.protected ObjectOverlapAttachOverlappingMetaData. m_OverlapDetectionthe object overlap calculation to use.Methods in adams.data.objectfilter that return ObjectOverlap Modifier and Type Method Description ObjectOverlapMergeOverlaps. getAlgorithm()Returns the algorithm for determining the overlapping objects.ObjectOverlapAttachOverlappingMetaData. getOverlapDetection()Returns the algorithm for determining the overlapping objects.Methods in adams.data.objectfilter with parameters of type ObjectOverlap Modifier and Type Method Description static List<LocatedObject>MergeOverlapsHelper. mergeObjects(LoggingObject loggingObject, List<LocatedObject> objs, ObjectOverlap algorithm, String scoreKey, String labelKey, MergedScoreCalculation mergedScoreCalculation)Merges the objects into a single on.voidMergeOverlaps. setAlgorithm(ObjectOverlap value)Sets the algorithm for determining the overlapping objectsvoidAttachOverlappingMetaData. setOverlapDetection(ObjectOverlap value)Sets the algorithm for determining the overlapping objectsstatic org.locationtech.jts.geom.GeometryMergeOverlapsHelper. toGeometry(LocatedObject obj, ObjectOverlap algorithm)Turns the located object's polygon or bbox into a Geometry instance. -
Uses of ObjectOverlap in adams.data.objectoverlap
Subinterfaces of ObjectOverlap in adams.data.objectoverlap Modifier and Type Interface Description interfaceLabelAwareObjectOverlapInterface forObjectOverlapclasses that can distinguish between correct/incorrect labels.Classes in adams.data.objectoverlap that implement ObjectOverlap Modifier and Type Class Description classAbstractObjectOverlapAncestor for schemes that calculate image overlaps.classAreaRatioUses the area ratio between the annotated and predicted objects.classDiceCoefficientComputes the Dice coefficient between annotations and predictions.classIntersectOverUnionRatioComputes the Intersect Over Union (IOU) between annotations and predictions.classNullDummy, does not calculate any overlaps. -
Uses of ObjectOverlap in adams.data.overlappingobjectremoval
Fields in adams.data.overlappingobjectremoval declared as ObjectOverlap Modifier and Type Field Description protected ObjectOverlapMergeOverlaps. m_Algorithmthe object overlap calculation to use.Methods in adams.data.overlappingobjectremoval that return ObjectOverlap Modifier and Type Method Description ObjectOverlapMergeOverlaps. getAlgorithm()Returns the algorithm for determining the overlapping objects.Methods in adams.data.overlappingobjectremoval with parameters of type ObjectOverlap Modifier and Type Method Description static ReportAbstractOverlappingObjectRemoval. remove(Report thisReport, Report otherReport, ObjectFinder finder, ObjectOverlap detection, OverlappingObjectRemoval removal)Removes overlapping objects between the two reports.voidMergeOverlaps. setAlgorithm(ObjectOverlap value)Sets the algorithm for determining the overlapping objects -
Uses of ObjectOverlap in adams.flow.transformer
Fields in adams.flow.transformer declared as ObjectOverlap Modifier and Type Field Description protected ObjectOverlapDetermineOverlappingObjects. m_Algorithmthe image overlap calculation to use.protected ObjectOverlapImageObjectOverlapMatrix. m_Algorithmthe image overlap calculation to use.protected ObjectOverlapDetermineOverlappingAreas. m_OverlapAlgorithmthe object overlap calculation to use.protected ObjectOverlapRemoveOverlappingImageObjects. m_OverlapDetectionthe object overlap calculation to use.Methods in adams.flow.transformer that return ObjectOverlap Modifier and Type Method Description ObjectOverlapDetermineOverlappingObjects. getAlgorithm()Returns the algorithm for determining the overlapping objects.ObjectOverlapImageObjectOverlapMatrix. getAlgorithm()Returns the algorithm for determining the overlapping objects.ObjectOverlapDetermineOverlappingAreas. getOverlapAlgorithm()Returns the algorithm for determining the overlapping objects.ObjectOverlapRemoveOverlappingImageObjects. getOverlapDetection()Returns the algorithm for determining the overlapping objects.Methods in adams.flow.transformer with parameters of type ObjectOverlap Modifier and Type Method Description voidDetermineOverlappingObjects. setAlgorithm(ObjectOverlap value)Sets the algorithm for determining the overlapping objectsvoidImageObjectOverlapMatrix. setAlgorithm(ObjectOverlap value)Sets the algorithm for determining the overlapping objects.voidDetermineOverlappingAreas. setOverlapAlgorithm(ObjectOverlap value)Sets the algorithm for determining the overlapping objects.voidRemoveOverlappingImageObjects. setOverlapDetection(ObjectOverlap value)Sets the algorithm for determining the overlapping objects -
Uses of ObjectOverlap in adams.flow.transformer.compareobjectlocations
Fields in adams.flow.transformer.compareobjectlocations declared as ObjectOverlap Modifier and Type Field Description protected ObjectOverlapCombined.CombinedPanel. m_ObjectOverlapthe algorithm for calculating the overlapping objects.protected ObjectOverlapCombined. m_ObjectOverlapthe algorithm for calculating the overlapping objects.Methods in adams.flow.transformer.compareobjectlocations that return ObjectOverlap Modifier and Type Method Description ObjectOverlapCombined. getObjectOverlap()Returns the algorithm to use for determining overlapping objects.Methods in adams.flow.transformer.compareobjectlocations with parameters of type ObjectOverlap Modifier and Type Method Description voidCombined.CombinedPanel. setObjectOverlap(ObjectOverlap value)Sets the algorithm to use for determining the overlapping object.voidCombined. setObjectOverlap(ObjectOverlap value)Sets the algorithm to use for determining overlapping objects. -
Uses of ObjectOverlap in adams.flow.transformer.negativeregions
Fields in adams.flow.transformer.negativeregions declared as ObjectOverlap Modifier and Type Field Description protected ObjectOverlapRandomRegions. m_OverlapDetectionthe object overlap calculation to use.Methods in adams.flow.transformer.negativeregions that return ObjectOverlap Modifier and Type Method Description ObjectOverlapRandomRegions. getOverlapDetection()Returns the algorithm for determining the overlapping objects.Methods in adams.flow.transformer.negativeregions with parameters of type ObjectOverlap Modifier and Type Method Description voidRandomRegions. setOverlapDetection(ObjectOverlap value)Sets the algorithm for determining the overlapping objects -
Uses of ObjectOverlap in adams.gui.tools.previewbrowser
Fields in adams.gui.tools.previewbrowser declared as ObjectOverlap Modifier and Type Field Description protected ObjectOverlapObjectLocationsFromReport. m_OverlapDetectionthe object overlap calculation to use.protected ObjectOverlapObjectLocationsFromSpreadSheet. m_OverlapDetectionthe object overlap calculation to use.Methods in adams.gui.tools.previewbrowser that return ObjectOverlap Modifier and Type Method Description ObjectOverlapObjectLocationsFromReport. getOverlapDetection()Returns the algorithm for determining the overlapping objects.ObjectOverlapObjectLocationsFromSpreadSheet. getOverlapDetection()Returns the algorithm for determining the overlapping objects.Methods in adams.gui.tools.previewbrowser with parameters of type ObjectOverlap Modifier and Type Method Description voidObjectLocationsFromReport. setOverlapDetection(ObjectOverlap value)Sets the algorithm for determining the overlapping objectsvoidObjectLocationsFromSpreadSheet. setOverlapDetection(ObjectOverlap value)Sets the algorithm for determining the overlapping objects -
Uses of ObjectOverlap in adams.gui.visualization.object.objectannotations.cleaning
Fields in adams.gui.visualization.object.objectannotations.cleaning declared as ObjectOverlap Modifier and Type Field Description protected ObjectOverlapOverlapRemoval. m_OverlapDetectionthe object overlap calculation to use.Methods in adams.gui.visualization.object.objectannotations.cleaning that return ObjectOverlap Modifier and Type Method Description ObjectOverlapOverlapRemoval. getOverlapDetection()Returns the algorithm for determining the overlapping objects.Methods in adams.gui.visualization.object.objectannotations.cleaning with parameters of type ObjectOverlap Modifier and Type Method Description voidOverlapRemoval. setOverlapDetection(ObjectOverlap value)Sets the algorithm for determining the overlapping objects
-