All Implemented Interfaces:
Provider<Channel>, ProviderAsStack

public class SubtractTwoChannels extends TwoVoxelMappingBase
Creates a new channel by subtracting corresponding voxels of the second channel from the first channel.

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

  • Constructor Details

    • SubtractTwoChannels

      public SubtractTwoChannels()
      Constructs a new SubtractTwoChannels instance.

      Initializes the superclass with a function that subtracts the second integer from the first.