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.
Features that calculate how many other objects an
ObjectMask
directly neighbors.-
Uses of CountKernel in org.anchoranalysis.image.voxel.kernel
Methods in org.anchoranalysis.image.voxel.kernel with parameters of type CountKernelModifier and TypeMethodDescriptionstatic int
ApplyKernel.applyForCount
(CountKernel kernel, BinaryVoxels<UnsignedByteBuffer> voxels, KernelApplicationParameters parameters) Applies the kernel to voxels and sums the returned value.static int
ApplyKernel.applyForCount
(CountKernel kernel, BinaryVoxels<UnsignedByteBuffer> voxels, BoundingBox box, KernelApplicationParameters parameters) Applies the kernel to voxels and sums the returned value.static boolean
ApplyKernel.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 TypeClassDescriptionclass
For every voxel on the outline, count all neighbors that are adjacent.class
The number of touching-faces of a voxel with a neighbor, so long as the neighbor is part of anObjectMask
. -
Uses of CountKernel in org.anchoranalysis.plugin.image.feature.bean.object.pair.touching
Methods in org.anchoranalysis.plugin.image.feature.bean.object.pair.touching that return CountKernelModifier and TypeMethodDescriptionprotected CountKernel
TouchingVoxels.createCountKernelMask
(ObjectMask object2Relative) Creates aCountKernel
for the given object mask.