All Implemented Interfaces:
Provider<Channel>, ProviderAsStack

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

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

  • Constructor Details

    • MinTwoChannels

      public MinTwoChannels()
      Constructs a new MinTwoChannels instance.

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