Class ConfigThresholdBlockMinMax

java.lang.Object
boofcv.factory.filter.binary.ConfigThreshold
boofcv.factory.filter.binary.ConfigThresholdBlockMinMax
All Implemented Interfaces:
Configuration, Serializable

public class ConfigThresholdBlockMinMax extends ConfigThreshold
Configuration for ThresholdBlockMinMax
See Also:
  • Field Details

    • minimumSpread

      public double minimumSpread
      If the lower and upper histogram values are different by less than or equal to this amount it is considered a textureless region. Set to a value <= -1 to disable.
  • Constructor Details

    • ConfigThresholdBlockMinMax

      public ConfigThresholdBlockMinMax(int width, double minimumSpread, boolean down)
    • ConfigThresholdBlockMinMax

      public ConfigThresholdBlockMinMax(ConfigLength width, double minimumSpread, boolean down)
    • ConfigThresholdBlockMinMax

      public ConfigThresholdBlockMinMax()
  • Method Details