Package adams.data.overlappingobjectremoval
-
Interface Summary Interface Description OverlappingObjectRemoval Interface for schemes that remove overlapping images objects. -
Class Summary Class Description AbstractOverlappingObjectRemoval Ancestor for schemes that remove overlapping images objects.KeepHighestMetaDataValue Keeps object with the highest (numeric) meta-data value.MergeOverlaps Merges overlapping objects into single one.PassThrough Does nothing, just returns the image objects as is.RemoveAll Removes all objects that have overlaps.RemoveLargerRectangle Keeps the smallest object, removes larger object(s).RemoveSmallerRectangle Keeps the largest object, removes smaller object(s).