Class CountKernelNeighborhood
Object
Kernel
CountKernel
CountKernelNeighborhood
For every voxel on the outline, count all neighbors that are adjacent.
Neighboring voxels can be counted more than once.
- Author:
- Owen Feehan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
doesNeighborVoxelQualify
(Point3i point) Whether a particular neighboring voxel is accepted or not.Methods inherited from class org.anchoranalysis.image.voxel.kernel.count.CountKernel
calculateAt, notifyBuffer
-
Constructor Details
-
CountKernelNeighborhood
public CountKernelNeighborhood()
-
-
Method Details
-
doesNeighborVoxelQualify
Description copied from class:CountKernel
Whether a particular neighboring voxel is accepted or not.- Specified by:
doesNeighborVoxelQualify
in classCountKernel
- Parameters:
point
- the neighboring point which is queried if it qualifies or not.- Returns:
- true iff the point qualifies.
-