Uses of Class
org.anchoranalysis.plugin.image.bean.object.provider.merge.MergeWithOptionalDistanceConstraint
Packages that use MergeWithOptionalDistanceConstraint
-
Uses of MergeWithOptionalDistanceConstraint in org.anchoranalysis.plugin.image.bean.object.provider.merge
Subclasses of MergeWithOptionalDistanceConstraint in org.anchoranalysis.plugin.image.bean.object.provider.mergeModifier and TypeClassDescriptionclassNaive greedy merge strategy when any two neighboring objects are merged if it increases a feature.classMerges objects if a pair feature value satisfies a condition.classMerges neighboring objects if it results in an increase in the average feature-value calculated on each single object.classBase class for object-merging strategies that involve calculating a feature.