Uses of Interface
org.anchoranalysis.math.relation.DoubleBiPredicate
Packages that use DoubleBiPredicate
Package
Description
Specifies a binary relation of some kind between scalars.
Specifies a unary relation to a threshold value.
Reusable relations to a threshold.
Different kinds of binary-relations.
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.Assigning priority when merging
ObjectMask
s.-
Uses of DoubleBiPredicate in org.anchoranalysis.image.bean.threshold.relation
Methods in org.anchoranalysis.image.bean.threshold.relation that return DoubleBiPredicate -
Uses of DoubleBiPredicate in org.anchoranalysis.math.relation
Classes in org.anchoranalysis.math.relation that implement DoubleBiPredicateModifier and TypeClassDescriptionclass
Returns true if two values are equal, and false otherwise.class
Returns true iffvalueFirst
is greater thanvalueSecond
.class
Returns true iffvalueFirst
is greater than or equal tovalueSecond
.class
Returns true iffvalueFirst
is less thanvalueSecond
.class
Returns true iffvalueFirst
is less than or equal tovalueSecond
.class
Returns true if two values are not equal, and false otherwise. -
Uses of DoubleBiPredicate in org.anchoranalysis.plugin.image.bean.object.filter
Methods in org.anchoranalysis.plugin.image.bean.object.filter with parameters of type DoubleBiPredicateModifier and TypeMethodDescriptionprotected abstract boolean
ObjectFilterRelation.match
(ObjectMask object, Optional<Dimensions> dim, DoubleBiPredicate relation) Performs the matching operation using the resolved relation. -
Uses of DoubleBiPredicate in org.anchoranalysis.plugin.image.bean.object.filter.collective
Methods in org.anchoranalysis.plugin.image.bean.object.filter.collective with parameters of type DoubleBiPredicateModifier and TypeMethodDescriptionprotected boolean
RelationWithMatches.match
(ObjectMask object, Optional<Dimensions> dim, DoubleBiPredicate relation) -
Uses of DoubleBiPredicate in org.anchoranalysis.plugin.image.bean.object.filter.independent
Methods in org.anchoranalysis.plugin.image.bean.object.filter.independent with parameters of type DoubleBiPredicateModifier and TypeMethodDescriptionprotected boolean
ThresholdedFeature.match
(ObjectMask object, Optional<Dimensions> dim, DoubleBiPredicate relation) protected boolean
ThresholdedVolume.match
(ObjectMask object, Optional<Dimensions> dim, DoubleBiPredicate relation) -
Uses of DoubleBiPredicate in org.anchoranalysis.plugin.image.object.merge.priority
Constructors in org.anchoranalysis.plugin.image.object.merge.priority with parameters of type DoubleBiPredicateModifierConstructorDescriptionAssignPriorityFromPair
(FeatureCalculatorSingle<FeatureInputPairObjects> featureCalculator, double threshold, DoubleBiPredicate relation)