All Implemented Interfaces:
Provider<Channel>, ProviderAsStack

public class AssignFromChannel extends UnaryWithMaskBase
Copies the pixels from channelAssignFrom to channel (possibly masking).

The input channel is changed (mutable). The channelAssignFrom is unchanged (immutable).

This class extends UnaryWithMaskBase to perform pixel assignment from one channel to another, optionally restricted by a mask.

Author:
Owen Feehan