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 TypeClassDescriptionclass
Specifies a single object that will always be the "match" for whatever source object.class
Matches to another object, and then uses that object to bridge to anotherclass
AnObjectMatcher
that 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 TypeMethodDescriptionvoid
Bridge.setBridgeMatcher
(ObjectMatcher bridgeMatcher) Used to match each input-object to an intermediary-objectvoid
Bridge.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 TypeMethodDescriptionvoid
ObjectWithMaximumFeatureFromEachMatchedCollection.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()
TheObjectMatcher
used to find matches in the input object collection.Methods in org.anchoranalysis.plugin.image.bean.object.provider.filter with parameters of type ObjectMatcherModifier and TypeMethodDescriptionvoid
Match.setMatcher
(ObjectMatcher matcher) TheObjectMatcher
used to find matches in the input object collection.