public class NumberNeighboringVoxels extends OutlineKernelBase
Calculates the number of voxels on the object that have a neighbor.

What possible neighbors are specified by a binary-mask from an energy-channel. This should have with 255 high, and 0 low, and indicate all possible neighbor voxels. The region on the binary-mask coinciding with the object is irrelevant and be set to any value.

Author:
Owen Feehan