Class GroupedStackBase<S,T>

Type Parameters:
S - individual-type
T - aggregate-type
Direct Known Subclasses:
AggregateChannelTask, ExportImageHistograms

public abstract class GroupedStackBase<S,T> extends Task<ProvidesStackInput,GroupedSharedState<S,T>>
Base class for stacks (usually each channel from an image) that are somehow grouped-together.

Two types of entities are considered:

  • The individual type, to which a Channel is converted in the image.
  • The aggregated type, when multiple individual types are combined.
Author:
Owen Feehan