Uses of Class
org.anchoranalysis.image.voxel.kernel.count.CountKernel
| Package | Description |
|---|---|
| org.anchoranalysis.image.voxel.kernel |
Applying a kernel via
convolution to voxels.
|
| org.anchoranalysis.image.voxel.kernel.count |
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 CountKernel Modifier and Type Method Description static 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.count Modifier and Type Class Description classCountKernelNeighborhoodFor every voxel on the outline, count all neighbors that are adjacent.classCountKernelNeighborhoodMaskThe number of touching-faces of a voxel with a neighbor, so long as the neighbor is part of anObjectMask.