Uses of Class
com.google.zxing.Binarizer
-
Packages that use Binarizer Package Description com.google.zxing com.google.zxing.common -
-
Uses of Binarizer in com.google.zxing
Fields in com.google.zxing declared as Binarizer Modifier and Type Field Description private BinarizerBinaryBitmap. binarizerMethods in com.google.zxing that return Binarizer Modifier and Type Method Description abstract BinarizerBinarizer. 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 Constructor Description BinaryBitmap(Binarizer binarizer) -
Uses of Binarizer in com.google.zxing.common
Subclasses of Binarizer in com.google.zxing.common Modifier and Type Class Description classGlobalHistogramBinarizerThis Binarizer implementation uses the old ZXing global histogram approach.classHybridBinarizerThis 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 Binarizer Modifier and Type Method Description BinarizerGlobalHistogramBinarizer. createBinarizer(LuminanceSource source)BinarizerHybridBinarizer. createBinarizer(LuminanceSource source)
-