Package org.anchoranalysis.plugin.image.bean.object.provider.merge
package org.anchoranalysis.plugin.image.bean.object.provider.merge
Implementations of
ObjectCollectionProvider
involving merging objects together.-
ClassDescriptionA base class for algorithms that merge object-masks.Functional interface for merging objects.Naive greedy merge strategy when any two neighboring objects are merged if it increases a feature.Merges objects if a pair feature value satisfies a condition.Merges neighboring objects if it results in an increase in the average feature-value calculated on each single object.Merges itemwise objects from two collections.Base class for object-merging strategies that involve calculating a feature.Expands
MergeBase
by optionally imposing a maximum-distance requirement between objects that are possibly merged.