All Implemented Interfaces:
Provider<Channel>, ProviderAsStack

public class MeanThreeChannels extends ChannelProviderTernary
Creates a new channel that is the mean of three input channels.

This class extends ChannelProviderTernary to compute the pixel-wise mean of three input channels, producing a new channel with unsigned byte voxel type.

Author:
Owen Feehan
  • Constructor Details

    • MeanThreeChannels

      public MeanThreeChannels()
  • Method Details