Uses of Class
adams.data.overlappingobjectremoval.AbstractOverlappingObjectRemoval
-
Packages that use AbstractOverlappingObjectRemoval Package Description adams.data.overlappingobjectremoval -
-
Uses of AbstractOverlappingObjectRemoval in adams.data.overlappingobjectremoval
Subclasses of AbstractOverlappingObjectRemoval in adams.data.overlappingobjectremoval Modifier and Type Class Description 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).
-