Uses of Class
org.anchoranalysis.image.voxel.kernel.OutsideKernelPolicy
| Package | Description |
|---|---|
| org.anchoranalysis.image.voxel.kernel |
Applying a kernel via
convolution to voxels.
|
| org.anchoranalysis.image.voxel.kernel.morphological |
Kernels that apply morphological operations.
|
-
Uses of OutsideKernelPolicy in org.anchoranalysis.image.voxel.kernel
Methods in org.anchoranalysis.image.voxel.kernel that return OutsideKernelPolicy Modifier and Type Method Description static OutsideKernelPolicyOutsideKernelPolicy. as(boolean on)OutsideKernelPolicyKernelApplicationParameters. 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 OutsideKernelPolicyOutsideKernelPolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static OutsideKernelPolicy[]OutsideKernelPolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.anchoranalysis.image.voxel.kernel with parameters of type OutsideKernelPolicy Constructor Description KernelApplicationParameters(OutsideKernelPolicy outsideKernelPolicy, boolean useZ) -
Uses of OutsideKernelPolicy in org.anchoranalysis.image.voxel.kernel.morphological
Constructors in org.anchoranalysis.image.voxel.kernel.morphological with parameters of type OutsideKernelPolicy Constructor Description DilationContext(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.