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