public class NumberTouchingVoxels extends TouchingVoxels
A scheme for counting touching voxels.

A voxel in the second object is deemed touching if it has 4-connectivity with a voxel on the exterior of the first-object (source)

In practice, we do this only where the bounding-boxes (dilated by 1 pixels) intersection, so as to reduce computation-time.

Author:
Owen Feehan