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