Uses of Interface
adams.data.overlappingobjectremoval.OverlappingObjectRemoval
-
-
Uses of OverlappingObjectRemoval in adams.data.overlappingobjectremoval
Classes in adams.data.overlappingobjectremoval that implement OverlappingObjectRemoval Modifier and Type Class Description classAbstractOverlappingObjectRemovalAncestor for schemes that remove overlapping images objects.classKeepHighestMetaDataValueKeeps object with the highest (numeric) meta-data value.classMergeOverlapsMerges overlapping objects into single one.classPassThroughDoes nothing, just returns the image objects as is.classRemoveAllRemoves all objects that have overlaps.classRemoveLargerRectangleKeeps the smallest object, removes larger object(s).classRemoveSmallerRectangleKeeps the largest object, removes smaller object(s).Methods in adams.data.overlappingobjectremoval with parameters of type OverlappingObjectRemoval 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. -
Uses of OverlappingObjectRemoval in adams.flow.transformer
Fields in adams.flow.transformer declared as OverlappingObjectRemoval Modifier and Type Field Description protected OverlappingObjectRemovalRemoveOverlappingImageObjects. m_OverlapRemovalthe object removal algorithm.Methods in adams.flow.transformer that return OverlappingObjectRemoval Modifier and Type Method Description OverlappingObjectRemovalRemoveOverlappingImageObjects. getOverlapRemoval()Returns the algorithm for determining the overlapping objects.Methods in adams.flow.transformer with parameters of type OverlappingObjectRemoval Modifier and Type Method Description voidRemoveOverlappingImageObjects. setOverlapRemoval(OverlappingObjectRemoval value)Sets the algorithm for determining the overlapping objects -
Uses of OverlappingObjectRemoval in adams.flow.transformer.negativeregions
Fields in adams.flow.transformer.negativeregions declared as OverlappingObjectRemoval Modifier and Type Field Description protected OverlappingObjectRemovalRandomRegions. m_OverlapRemovalthe object removal algorithm.Methods in adams.flow.transformer.negativeregions that return OverlappingObjectRemoval Modifier and Type Method Description OverlappingObjectRemovalRandomRegions. getOverlapRemoval()Returns the algorithm for determining the overlapping objects.Methods in adams.flow.transformer.negativeregions with parameters of type OverlappingObjectRemoval Modifier and Type Method Description voidRandomRegions. setOverlapRemoval(OverlappingObjectRemoval value)Sets the algorithm for determining the overlapping objects -
Uses of OverlappingObjectRemoval in adams.gui.tools.previewbrowser
Fields in adams.gui.tools.previewbrowser declared as OverlappingObjectRemoval Modifier and Type Field Description protected OverlappingObjectRemovalObjectLocationsFromReport. m_OverlapRemovalthe object removal algorithm.protected OverlappingObjectRemovalObjectLocationsFromSpreadSheet. m_OverlapRemovalthe object removal algorithm.Methods in adams.gui.tools.previewbrowser that return OverlappingObjectRemoval Modifier and Type Method Description OverlappingObjectRemovalObjectLocationsFromReport. getOverlapRemoval()Returns the algorithm for determining the overlapping objects.OverlappingObjectRemovalObjectLocationsFromSpreadSheet. getOverlapRemoval()Returns the algorithm for determining the overlapping objects.Methods in adams.gui.tools.previewbrowser with parameters of type OverlappingObjectRemoval Modifier and Type Method Description voidObjectLocationsFromReport. setOverlapRemoval(OverlappingObjectRemoval value)Sets the algorithm for determining the overlapping objectsvoidObjectLocationsFromSpreadSheet. setOverlapRemoval(OverlappingObjectRemoval value)Sets the algorithm for determining the overlapping objects -
Uses of OverlappingObjectRemoval in adams.gui.visualization.object.objectannotations.cleaning
Fields in adams.gui.visualization.object.objectannotations.cleaning declared as OverlappingObjectRemoval Modifier and Type Field Description protected OverlappingObjectRemovalOverlapRemoval. m_OverlapRemovalthe removal algorithm to use.Methods in adams.gui.visualization.object.objectannotations.cleaning that return OverlappingObjectRemoval Modifier and Type Method Description OverlappingObjectRemovalOverlapRemoval. getOverlapRemoval()Returns the overlap removal algorithm to clean the annotations.Methods in adams.gui.visualization.object.objectannotations.cleaning with parameters of type OverlappingObjectRemoval Modifier and Type Method Description voidOverlapRemoval. setOverlapRemoval(OverlappingObjectRemoval value)Sets the overlap removal algorithm to clean the annotations.
-