Package boofcv.factory.filter.binary
Interface BOverrideFactoryThresholdBinary.LocalSauvola
- Enclosing class:
- BOverrideFactoryThresholdBinary
public static interface BOverrideFactoryThresholdBinary.LocalSauvola
-
Method Summary
Modifier and TypeMethodDescription<T extends ImageGray<T>>
InputToBinary<T>handle
(ConfigLength regionWidth, float k, boolean down, Class<T> inputType)
-
Method Details
-
handle
<T extends ImageGray<T>> InputToBinary<T> handle(ConfigLength regionWidth, float k, boolean down, Class<T> inputType)
-