All Implemented Interfaces:
Provider<Channel>, ProviderAsStack

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

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

  • Constructor Details

    • MinWithConstant

      public MinWithConstant()
  • Method Details