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
Subclasses with type arguments of type OutsideKernelPolicy in org.anchoranalysis.image.voxel.kernelModifier and TypeClassDescriptionenumHow to handle voxels whose neighbors are outside the scene.Methods in org.anchoranalysis.image.voxel.kernel that return OutsideKernelPolicyModifier and TypeMethodDescriptionstatic OutsideKernelPolicyOutsideKernelPolicy.as(boolean on) KernelApplicationParameters.getOutsideKernelPolicy()How to handle voxels that appear in a neighborhood that lies outside the scene boundaries.static OutsideKernelPolicyOutsideKernelPolicy.of(boolean ignoreOutside, boolean outsideHigh) Multiplexes between all three possible enums.static OutsideKernelPolicyReturns 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 newKernelApplicationParametersinstance. -
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.