Uses of Package
org.anchoranalysis.plugin.image.bean.object.filter
Packages that use org.anchoranalysis.plugin.image.bean.object.filter
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.-
Classes in org.anchoranalysis.plugin.image.bean.object.filter used by org.anchoranalysis.plugin.image.bean.object.filterClassDescriptionUses a predicate to make a decision whether to keep objects or not.
-
Classes in org.anchoranalysis.plugin.image.bean.object.filter used by org.anchoranalysis.plugin.image.bean.object.filter.collectiveClassDescriptionUses a predicate to make a decision whether to keep objects or not.An independent object-filter that uses a relation in its predicate.
-
Classes in org.anchoranalysis.plugin.image.bean.object.filter used by org.anchoranalysis.plugin.image.bean.object.filter.independentClassDescriptionUses a predicate to make a decision whether to keep objects or not.An independent object-filter that uses a relation in its predicate.