Class ThresholdBlock_MT<T extends ImageGray<T>,S extends ImageBase<S>>

java.lang.Object
boofcv.alg.filter.binary.ThresholdBlock<T,S>
boofcv.alg.filter.binary.ThresholdBlock_MT<T,S>
All Implemented Interfaces:
InputToBinary<T>

public class ThresholdBlock_MT<T extends ImageGray<T>,S extends ImageBase<S>> extends ThresholdBlock<T,S>

Concurrent version of ThresholdBlock.