Class CountKernelNeighborhoodMask

Object
org.anchoranalysis.image.voxel.kernel.Kernel
org.anchoranalysis.image.voxel.kernel.count.CountKernel
org.anchoranalysis.image.voxel.kernel.count.CountKernelNeighborhoodMask

public class CountKernelNeighborhoodMask
extends CountKernel
The number of touching-faces of a voxel with a neighbor, so long as the neighbor is part of an ObjectMask.

i.e. the sum of all faces of a voxel that touch the face of a voxel belonging to a neighboring pixel

Author:
Owen Feehan
  • Constructor Details

    • CountKernelNeighborhoodMask

      public CountKernelNeighborhoodMask​(ObjectMask objectRequireHigh)
      Create with object-mask.
      Parameters:
      objectRequireHigh - an object with coordinates relative to the BinaryVoxels the kernel is being applied on, only on whose on voxels is a neighboring voxel considered.
  • Method Details