Uses of Class
org.anchoranalysis.plugin.image.bean.object.filter.ObjectFilterPredicate
Packages that use ObjectFilterPredicate
Package
Description
Implementations of
ObjectFilter.Implementations of
ObjectFilter that assess each
element in a collection collectively.Implementations of
ObjectFilter that
independently assess each element in a collection.-
Uses of ObjectFilterPredicate in org.anchoranalysis.plugin.image.bean.object.filter
Subclasses of ObjectFilterPredicate in org.anchoranalysis.plugin.image.bean.object.filterModifier and TypeClassDescriptionclassAn independent object-filter that uses a relation in its predicate. -
Uses of ObjectFilterPredicate in org.anchoranalysis.plugin.image.bean.object.filter.collective
Subclasses of ObjectFilterPredicate in org.anchoranalysis.plugin.image.bean.object.filter.collectiveModifier and TypeClassDescriptionclassCalculates features values for all objects, and discards any object less thanquantile - (minRatio * stdDev)classMatches each object with others, and keeps only those where a relation holds true for all matches (in terms of features) -
Uses of ObjectFilterPredicate in org.anchoranalysis.plugin.image.bean.object.filter.independent
Subclasses of ObjectFilterPredicate in org.anchoranalysis.plugin.image.bean.object.filter.independentModifier and TypeClassDescriptionclassOnly accepts an object if it has greater (or EQUAL) intersection withobjectsGreaterthanobjectsLesserclassOnly keep objects where at least one voxel (on a particular channel) has intensity greater or equal to a threshold.classKeeps objects which intersects with ANY ONE of a collection of other objects.classKeeps only objects that are not adjacent to the scene-border (i.e.classOnly 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.