Uses of Interface
org.anchoranalysis.image.voxel.object.morphological.predicate.AcceptIterationPredicate
Packages that use AcceptIterationPredicate
Package
Description
Kernels that apply morphological operations.
Morphological operations
applied to
ObjectMask
s.Predicates to match certain voxels as used in
org.anchoranalysis.image.voxel.object.morphological
.-
Uses of AcceptIterationPredicate in org.anchoranalysis.image.voxel.kernel.morphological
Methods in org.anchoranalysis.image.voxel.kernel.morphological that return types with arguments of type AcceptIterationPredicateModifier and TypeMethodDescriptionDilationContext.getPostcondition()
If defined, a condition which must be satisfied after an iteration occurs, otherwise no more iterations occur. -
Uses of AcceptIterationPredicate in org.anchoranalysis.image.voxel.object.morphological
Method parameters in org.anchoranalysis.image.voxel.object.morphological with type arguments of type AcceptIterationPredicateModifier and TypeMethodDescriptionstatic ObjectMask
MorphologicalErosion.erode
(ObjectMask object, int iterations, boolean useZ, Optional<AcceptIterationPredicate> postcondition) Performs a morphological erosion on anObjectMask
- with a postcondition. -
Uses of AcceptIterationPredicate in org.anchoranalysis.image.voxel.object.morphological.predicate
Classes in org.anchoranalysis.image.voxel.object.morphological.predicate that implement AcceptIterationPredicateModifier and TypeClassDescriptionclass
The condition is accepted if any one of a list ofAcceptIterationPredicate
fulfills the condition.Methods in org.anchoranalysis.image.voxel.object.morphological.predicate with parameters of type AcceptIterationPredicateModifier and TypeMethodDescriptionvoid
AcceptIterationList.add
(AcceptIterationPredicate predicate) Adds an item to the list of predicates.