Class ConfigThresholdLocalOtsu

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

public class ConfigThresholdLocalOtsu extends ConfigThreshold
Configuration for all threshold types.
See Also:
  • Field Details

    • tuning

      public double tuning
      Tuning parameter that will make it harder for pixels to be marked in low texture regions. 0 = regular Otsu. Try 15 when tuning.
      See Also:
    • useOtsu2

      public boolean useOtsu2
      If true it will use Otsu 2. Produce much better results in binary or nearly binary images.
      See Also:
  • Constructor Details

    • ConfigThresholdLocalOtsu

      public ConfigThresholdLocalOtsu(int regionWidth, double tuning)
    • ConfigThresholdLocalOtsu

      public ConfigThresholdLocalOtsu(ConfigLength regionWidth, double tuning)
    • ConfigThresholdLocalOtsu

      public ConfigThresholdLocalOtsu()
  • Method Details