Interface BOverrideFactoryThresholdBinary.LocalBlockOtsu

Enclosing class:
BOverrideFactoryThresholdBinary

public static interface BOverrideFactoryThresholdBinary.LocalBlockOtsu
  • Method Summary

    Modifier and Type
    Method
    Description
    <T extends ImageGray<T>>
    InputToBinary<T>
    handle(boolean otsu2, ConfigLength regionWidth, double tuning, double scale, boolean down, boolean thresholdFromLocalBlocks, Class<T> inputType)
     
  • Method Details

    • handle

      <T extends ImageGray<T>> InputToBinary<T> handle(boolean otsu2, ConfigLength regionWidth, double tuning, double scale, boolean down, boolean thresholdFromLocalBlocks, Class<T> inputType)