Interface BOverrideFactoryThresholdBinary.GlobalOtsu

Enclosing class:
BOverrideFactoryThresholdBinary

public static interface BOverrideFactoryThresholdBinary.GlobalOtsu
  • Method Summary

    Modifier and Type
    Method
    Description
    <T extends ImageGray<T>>
    InputToBinary<T>
    handle(double minValue, double maxValue, boolean down, Class<T> inputType)
     
  • Method Details