All Implemented Interfaces:
Provider<Channel>, ProviderAsStack

public class MaxTwoChannels extends TwoVoxelMappingBase
Creates a new channel by taking the maximum value of corresponding voxels from two input channels.

This class extends TwoVoxelMappingBase to perform a pixel-wise maximum operation between two input channels.

  • Constructor Details

    • MaxTwoChannels

      public MaxTwoChannels()
      Constructs a new MaxTwoChannels instance.

      Initializes the superclass with a function that computes the maximum of two integers.