All Implemented Interfaces:
Provider<Channel>, ProviderAsStack

public class MaxWithConstant extends ArithmeticWithConstantConditionallyWriteBase
Replaces voxel values with a constant value if the constant is greater than the original voxel value.

This class extends ArithmeticWithConstantConditionallyWriteBase to perform a pixel-wise maximum operation between the input channel and a constant value.

  • Constructor Details

    • MaxWithConstant

      public MaxWithConstant()
  • Method Details