Package org.anchoranalysis.image.voxel.kernel.count
package org.anchoranalysis.image.voxel.kernel.count
Kernels to count the number of voxels that are equal to a particular value.
-
ClassesClassDescriptionBase class for kernels that return a count (positive integer) for every voxel.For every voxel on the outline, count all neighbors that are adjacent.The number of touching-faces of a voxel with a neighbor, so long as the neighbor is part of an
ObjectMask
.