Package org.anchoranalysis.image.voxel.kernel.count

Kernels to count the number of voxels that are equal to a particular value.
  • Class Summary 
    Class Description
    CountKernel
    Base class for kernels that return a count (positive integer) for every voxel.
    CountKernelNeighborhood
    For every voxel on the outline, count all neighbors that are adjacent.
    CountKernelNeighborhoodMask
    The number of touching-faces of a voxel with a neighbor, so long as the neighbor is part of an ObjectMask.