Class UnaryWithObjectsBase

All Implemented Interfaces:
Provider<Channel>, ProviderAsStack
Direct Known Subclasses:
IdentifyObjects, NormalizeDifferenceToMedian, NormalizeObjectIntensity, ScoreObjects

public abstract class UnaryWithObjectsBase extends ChannelProviderUnary
An abstract base class for creating a channel from an existing channel and a collection of objects.

This class extends ChannelProviderUnary to provide a framework for creating channels based on an input channel and a collection of objects. Subclasses must implement the createFromChannel method.