Uses of Class
org.anchoranalysis.plugin.image.bean.object.provider.merge.MergeBase
Packages that use MergeBase
-
Uses of MergeBase in org.anchoranalysis.plugin.image.bean.object.provider.merge
Subclasses of MergeBase in org.anchoranalysis.plugin.image.bean.object.provider.mergeModifier and TypeClassDescriptionclass
Naive greedy merge strategy when any two neighboring objects are merged if it increases a feature.class
Merges objects if a pair feature value satisfies a condition.class
Merges neighboring objects if it results in an increase in the average feature-value calculated on each single object.class
Base class for object-merging strategies that involve calculating a feature.class
ExpandsMergeBase
by optionally imposing a maximum-distance requirement between objects that are possibly merged.