Uses of Class
org.anchoranalysis.image.voxel.kernel.count.CountKernel
Packages that use CountKernel
Package
Description
Applying a kernel via
convolution to voxels.
Kernels to count the number of voxels that are equal to a particular value.
-
Uses of CountKernel in org.anchoranalysis.image.voxel.kernel
Methods in org.anchoranalysis.image.voxel.kernel with parameters of type CountKernelModifier and TypeMethodDescriptionstatic intApplyKernel.applyForCount(CountKernel kernel, BinaryVoxels<UnsignedByteBuffer> voxels, KernelApplicationParameters parameters) Applies the kernel to voxels and sums the returned value.static intApplyKernel.applyForCount(CountKernel kernel, BinaryVoxels<UnsignedByteBuffer> voxels, BoundingBox box, KernelApplicationParameters parameters) Applies the kernel to voxels and sums the returned value.static booleanApplyKernel.applyUntilPositive(CountKernel kernel, BinaryVoxels<UnsignedByteBuffer> voxels, BoundingBox box, KernelApplicationParameters parameters) Applies the kernel to voxels until a positive value is returned, then exits with true. -
Uses of CountKernel in org.anchoranalysis.image.voxel.kernel.count
Subclasses of CountKernel in org.anchoranalysis.image.voxel.kernel.countModifier and TypeClassDescriptionclassFor every voxel on the outline, count all neighbors that are adjacent.classThe number of touching-faces of a voxel with a neighbor, so long as the neighbor is part of anObjectMask.