Class CountKernelNeighborhood

Object
Kernel
CountKernel
CountKernelNeighborhood

public class CountKernelNeighborhood extends CountKernel
For every voxel on the outline, count all neighbors that are adjacent.

Neighboring voxels can be counted more than once.

Author:
Owen Feehan
  • Constructor Details

    • CountKernelNeighborhood

      public CountKernelNeighborhood()
  • Method Details

    • doesNeighborVoxelQualify

      protected boolean doesNeighborVoxelQualify(Point3i point)
      Description copied from class: CountKernel
      Whether a particular neighboring voxel is accepted or not.
      Specified by:
      doesNeighborVoxelQualify in class CountKernel
      Parameters:
      point - the neighboring point which is queried if it qualifies or not.
      Returns:
      true iff the point qualifies.