Uses of Class
org.anchoranalysis.plugin.image.bean.object.filter.ObjectFilterRelation
Packages that use ObjectFilterRelation
Package
Description
Implementations of
ObjectFilter that assess each
element in a collection collectively.Implementations of
ObjectFilter that
independently assess each element in a collection.-
Uses of ObjectFilterRelation in org.anchoranalysis.plugin.image.bean.object.filter.collective
Modifier and TypeClassDescriptionclassMatches each object with others, and keeps only those where a relation holds true for all matches (in terms of features) -
Uses of ObjectFilterRelation in org.anchoranalysis.plugin.image.bean.object.filter.independent
Subclasses of ObjectFilterRelation in org.anchoranalysis.plugin.image.bean.object.filter.independentModifier and TypeClassDescriptionclassOnly keeps objects whose feature-value satisfies a condition relative to a threshold.classOnly keeps objects whose feature-value satisfies a condition relative to a threshold.