Package boofcv.alg.filter.binary
Class ThresholdLocalOtsu_MT
java.lang.Object
boofcv.alg.filter.binary.ThresholdLocalOtsu
boofcv.alg.filter.binary.ThresholdLocalOtsu_MT
- All Implemented Interfaces:
InputToBinary<GrayU8>
Concurrent version of
ThresholdLocalOtsu
.-
Constructor Summary
ConstructorDescriptionThresholdLocalOtsu_MT
(boolean otsu2, ConfigLength regionWidthLength, double tuning, double scale, boolean down) -
Method Summary
Methods inherited from class boofcv.alg.filter.binary.ThresholdLocalOtsu
getInputType, process
-
Constructor Details
-
ThresholdLocalOtsu_MT
public ThresholdLocalOtsu_MT(boolean otsu2, ConfigLength regionWidthLength, double tuning, double scale, boolean down)
-
-
Method Details
-
process
- Overrides:
process
in classThresholdLocalOtsu
-