Uses of Class
org.anchoranalysis.image.core.object.MatchedObject
Packages that use MatchedObject
Package
Description
Beans pertaining to
ObjectMask and their
collections.Implementations of
ObjectMatcher.-
Uses of MatchedObject in org.anchoranalysis.image.bean.object
Methods in org.anchoranalysis.image.bean.object that return types with arguments of type MatchedObjectModifier and TypeMethodDescriptionabstract List<MatchedObject> ObjectMatcher.findMatch(ObjectCollection sourceObjects) Finds matches for objects. -
Uses of MatchedObject in org.anchoranalysis.plugin.image.bean.object.match
Methods in org.anchoranalysis.plugin.image.bean.object.match that return types with arguments of type MatchedObjectModifier and TypeMethodDescriptionAlways.findMatch(ObjectCollection sourceObjects) Bridge.findMatch(ObjectCollection sourceObjects) Intersection.findMatch(ObjectCollection sourceObjects) static List<MatchedObject> MatcherIntersectionHelper.matchIntersectingObjects(ObjectCollection sourceObjects, ObjectCollection searchObjects) Matches objects from the source collection with intersecting objects from the search collection.