Uses of Class
com.google.zxing.Binarizer
Packages that use Binarizer
-
Uses of Binarizer in com.google.zxing
Methods in com.google.zxing that return BinarizerModifier and TypeMethodDescriptionabstract Binarizer
Binarizer.createBinarizer
(LuminanceSource source) Creates a new object with the same type as this Binarizer implementation, but with pristine state.Constructors in com.google.zxing with parameters of type Binarizer -
Uses of Binarizer in com.google.zxing.common
Subclasses of Binarizer in com.google.zxing.commonModifier and TypeClassDescriptionclass
This Binarizer implementation uses the old ZXing global histogram approach.final class
This class implements a local thresholding algorithm, which while slower than the GlobalHistogramBinarizer, is fairly efficient for what it does.Methods in com.google.zxing.common that return BinarizerModifier and TypeMethodDescriptionGlobalHistogramBinarizer.createBinarizer
(LuminanceSource source) HybridBinarizer.createBinarizer
(LuminanceSource source)