All Implemented Interfaces:
Provider<ObjectCollection>

public class AndObjectsWithMasks extends ObjectCollectionProviderUnary
Reduce the size of individual objects (if neccessary, and minimally) to fit within a binary-mask.

Note the masking overwrites the current objects in situ, so it is often recommended to a duplicate operation beforehand to preserve the existing objects.

This is equivalent to applying a logical AND operation on each voxel for the binary-mask AND object-mask.

Author:
Owen Feehan