Package boofcv.factory.filter.binary
Interface BOverrideFactoryThresholdBinary.LocalBlockOtsu
- Enclosing class:
- BOverrideFactoryThresholdBinary
public static interface BOverrideFactoryThresholdBinary.LocalBlockOtsu
-
Method Summary
Modifier and TypeMethodDescription<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)
-