Class ThresholdLocalOtsu_MT

java.lang.Object
boofcv.alg.filter.binary.ThresholdLocalOtsu
boofcv.alg.filter.binary.ThresholdLocalOtsu_MT
All Implemented Interfaces:
InputToBinary<GrayU8>

public class ThresholdLocalOtsu_MT extends ThresholdLocalOtsu
Concurrent version of ThresholdLocalOtsu.
  • Constructor Details

    • ThresholdLocalOtsu_MT

      public ThresholdLocalOtsu_MT(boolean otsu2, ConfigLength regionWidthLength, double tuning, double scale, boolean down)
  • Method Details