Class SegmentChannelByObject

All Implemented Interfaces:
Provider<ObjectCollection>

public class SegmentChannelByObject extends UnaryWithChannelBase
Performs segmentation of a channel using each object in the upstream collection as a mask.

Specifically, a segmentation is performed for each object-mask in the upstream collection, and then the results are combined.

This is useful when a partition (segmentation) of a channel already exists, and a futher segmentation is desired without breaking the boundaries of the initial partition (segmentation).

Author:
Owen Feehan