Uses of Interface
org.anchoranalysis.plugin.image.object.merge.condition.BeforeCondition
Packages that use BeforeCondition
Package
Description
Implementations of
ObjectCollectionProvider
involving merging objects together.Conditions for merging
ObjectMask
s.-
Uses of BeforeCondition in org.anchoranalysis.plugin.image.bean.object.provider.merge
Methods in org.anchoranalysis.plugin.image.bean.object.provider.merge that return BeforeConditionModifier and TypeMethodDescriptionprotected BeforeCondition
MergeWithOptionalDistanceConstraint.maybeDistanceCondition()
Creates aBeforeCondition
that checks the distance between objects before merging. -
Uses of BeforeCondition in org.anchoranalysis.plugin.image.object.merge.condition
Classes in org.anchoranalysis.plugin.image.object.merge.condition that implement BeforeConditionModifier and TypeClassDescriptionclass
ABeforeCondition
that checks if twoObjectMask
s are within a specified maximum distance.Constructors in org.anchoranalysis.plugin.image.object.merge.condition with parameters of type BeforeCondition