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 class
AbstractOverlappingObjectRemoval
Ancestor for schemes that remove overlapping images objects.class
KeepHighestMetaDataValue
Keeps object with the highest (numeric) meta-data value.class
MergeOverlaps
Merges overlapping objects into single one.class
PassThrough
Does nothing, just returns the image objects as is.class
RemoveAll
Removes all objects that have overlaps.class
RemoveLargerRectangle
Keeps the smallest object, removes larger object(s).class
RemoveSmallerRectangle
Keeps the largest object, removes smaller object(s).Methods in adams.data.overlappingobjectremoval with parameters of type OverlappingObjectRemoval Modifier and Type Method Description static Report
AbstractOverlappingObjectRemoval. 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 OverlappingObjectRemoval
RemoveOverlappingImageObjects. m_OverlapRemoval
the object removal algorithm.Methods in adams.flow.transformer that return OverlappingObjectRemoval Modifier and Type Method Description OverlappingObjectRemoval
RemoveOverlappingImageObjects. getOverlapRemoval()
Returns the algorithm for determining the overlapping objects.Methods in adams.flow.transformer with parameters of type OverlappingObjectRemoval Modifier and Type Method Description void
RemoveOverlappingImageObjects. 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 OverlappingObjectRemoval
RandomRegions. m_OverlapRemoval
the object removal algorithm.Methods in adams.flow.transformer.negativeregions that return OverlappingObjectRemoval Modifier and Type Method Description OverlappingObjectRemoval
RandomRegions. 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 void
RandomRegions. 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 OverlappingObjectRemoval
ObjectLocationsFromReport. m_OverlapRemoval
the object removal algorithm.protected OverlappingObjectRemoval
ObjectLocationsFromSpreadSheet. m_OverlapRemoval
the object removal algorithm.Methods in adams.gui.tools.previewbrowser that return OverlappingObjectRemoval Modifier and Type Method Description OverlappingObjectRemoval
ObjectLocationsFromReport. getOverlapRemoval()
Returns the algorithm for determining the overlapping objects.OverlappingObjectRemoval
ObjectLocationsFromSpreadSheet. 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 void
ObjectLocationsFromReport. setOverlapRemoval(OverlappingObjectRemoval value)
Sets the algorithm for determining the overlapping objectsvoid
ObjectLocationsFromSpreadSheet. 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 OverlappingObjectRemoval
OverlapRemoval. m_OverlapRemoval
the removal algorithm to use.Methods in adams.gui.visualization.object.objectannotations.cleaning that return OverlappingObjectRemoval Modifier and Type Method Description OverlappingObjectRemoval
OverlapRemoval. 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 void
OverlapRemoval. setOverlapRemoval(OverlappingObjectRemoval value)
Sets the overlap removal algorithm to clean the annotations.
-