Uses of Class
org.anchoranalysis.image.bean.object.ObjectMatcher
Packages that use ObjectMatcher
Package
Description
Implementations of
ObjectFilter that assess each
element in a collection collectively.Implementations of
ObjectMatcher.Implementations of
ObjectCollectionProvider
involving feature calculation.Implementations of
ObjectCollectionProvider that
filter objects.-
Uses of ObjectMatcher in org.anchoranalysis.plugin.image.bean.object.filter.collective
Methods in org.anchoranalysis.plugin.image.bean.object.filter.collective that return ObjectMatcherMethods in org.anchoranalysis.plugin.image.bean.object.filter.collective with parameters of type ObjectMatcher -
Uses of ObjectMatcher in org.anchoranalysis.plugin.image.bean.object.match
Subclasses of ObjectMatcher in org.anchoranalysis.plugin.image.bean.object.matchModifier and TypeClassDescriptionclassSpecifies a single object that will always be the "match" for whatever source object.classMatches to another object, and then uses that object to bridge to anotherclassAnObjectMatcherthat matches objects based on their intersection with a provided set of objects.Methods in org.anchoranalysis.plugin.image.bean.object.match that return ObjectMatcherModifier and TypeMethodDescriptionBridge.getBridgeMatcher()Used to match each input-object to an intermediary-objectBridge.getObjectMatcher()Used to match each intermediary-object to a final-objectMethods in org.anchoranalysis.plugin.image.bean.object.match with parameters of type ObjectMatcherModifier and TypeMethodDescriptionvoidBridge.setBridgeMatcher(ObjectMatcher bridgeMatcher) Used to match each input-object to an intermediary-objectvoidBridge.setObjectMatcher(ObjectMatcher objectMatcher) Used to match each intermediary-object to a final-object -
Uses of ObjectMatcher in org.anchoranalysis.plugin.image.bean.object.provider.feature
Methods in org.anchoranalysis.plugin.image.bean.object.provider.feature that return ObjectMatcherMethods in org.anchoranalysis.plugin.image.bean.object.provider.feature with parameters of type ObjectMatcherModifier and TypeMethodDescriptionvoidObjectWithMaximumFeatureFromEachMatchedCollection.setMatcher(ObjectMatcher matcher) -
Uses of ObjectMatcher in org.anchoranalysis.plugin.image.bean.object.provider.filter
Methods in org.anchoranalysis.plugin.image.bean.object.provider.filter that return ObjectMatcherModifier and TypeMethodDescriptionMatch.getMatcher()TheObjectMatcherused to find matches in the input object collection.Methods in org.anchoranalysis.plugin.image.bean.object.provider.filter with parameters of type ObjectMatcherModifier and TypeMethodDescriptionvoidMatch.setMatcher(ObjectMatcher matcher) TheObjectMatcherused to find matches in the input object collection.