Package boofcv.alg.filter.binary
Class ThresholdNiblackFamily_MT
java.lang.Object
boofcv.alg.filter.binary.ThresholdNiblackFamily
boofcv.alg.filter.binary.ThresholdNiblackFamily_MT
- All Implemented Interfaces:
InputToBinary<GrayF32>
Concurrent implementation of
ThresholdNiblackFamily
.-
Nested Class Summary
Nested classes/interfaces inherited from class boofcv.alg.filter.binary.ThresholdNiblackFamily
ThresholdNiblackFamily.Variant
-
Constructor Summary
ConstructorDescriptionThresholdNiblackFamily_MT
(ConfigLength width, float k, boolean down, ThresholdNiblackFamily.Variant variant) -
Method Summary
Methods inherited from class boofcv.alg.filter.binary.ThresholdNiblackFamily
getInputType, process
-
Constructor Details
-
ThresholdNiblackFamily_MT
public ThresholdNiblackFamily_MT(ConfigLength width, float k, boolean down, ThresholdNiblackFamily.Variant variant)
-
-
Method Details
-
applyThresholding
- Overrides:
applyThresholding
in classThresholdNiblackFamily
-