Uses of Interface
org.anchoranalysis.image.voxel.object.morphological.predicate.AcceptIterationPredicate
| Package | Description |
|---|---|
| org.anchoranalysis.image.voxel.kernel.morphological |
Kernels that apply morphological operations.
|
| org.anchoranalysis.image.voxel.object.morphological |
Morphological operations
applied to
ObjectMasks. |
| org.anchoranalysis.image.voxel.object.morphological.predicate |
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 AcceptIterationPredicate Modifier and Type Method Description Optional<AcceptIterationPredicate>DilationContext. 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 AcceptIterationPredicate Modifier and Type Method Description static ObjectMaskMorphologicalErosion. 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 AcceptIterationPredicate Modifier and Type Class Description classAcceptIterationListThe condition is accepted if any one of a list ofAcceptIterationPredicatefulfills the condition.Methods in org.anchoranalysis.image.voxel.object.morphological.predicate with parameters of type AcceptIterationPredicate Modifier and Type Method Description voidAcceptIterationList. add(AcceptIterationPredicate predicate)Adds an item to the list of predicates.