Uses of Enum Class
org.anchoranalysis.image.voxel.kernel.OutsideKernelPolicy
Packages that use OutsideKernelPolicy
Package
Description
Applying a kernel via
convolution to voxels.
Kernels that apply morphological operations.
-
Uses of OutsideKernelPolicy in org.anchoranalysis.image.voxel.kernel
Methods in org.anchoranalysis.image.voxel.kernel that return OutsideKernelPolicyModifier and TypeMethodDescriptionstatic OutsideKernelPolicy
OutsideKernelPolicy.as
(boolean on) KernelApplicationParameters.getOutsideKernelPolicy()
How to handle voxels that appear in a neighborhood that lies outside the scene boundaries.static OutsideKernelPolicy
OutsideKernelPolicy.of
(boolean ignoreOutside, boolean outsideHigh) Multiplexes between all three possible enums.static OutsideKernelPolicy
Returns the enum constant of this class with the specified name.static OutsideKernelPolicy[]
OutsideKernelPolicy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.anchoranalysis.image.voxel.kernel with parameters of type OutsideKernelPolicyModifierConstructorDescriptionKernelApplicationParameters
(OutsideKernelPolicy outsideKernelPolicy, boolean useZ) Creates a newKernelApplicationParameters
instance. -
Uses of OutsideKernelPolicy in org.anchoranalysis.image.voxel.kernel.morphological
Constructors in org.anchoranalysis.image.voxel.kernel.morphological with parameters of type OutsideKernelPolicyModifierConstructorDescriptionDilationContext
(OutsideKernelPolicy outsideKernelPolicy, boolean useZ, boolean bigNeighborhood, Optional<Predicate<Point3i>> precondition) Create without a post-condition.DilationContext
(OutsideKernelPolicy outsideKernelPolicy, boolean useZ, boolean bigNeighborhood, Optional<Predicate<Point3i>> precondition, Optional<AcceptIterationPredicate> postcondition) Create with a post-condition.