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 Binarizer
BinaryBitmap. binarizer
Methods in com.google.zxing that return Binarizer Modifier and Type Method Description abstract 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 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 class
GlobalHistogramBinarizer
This Binarizer implementation uses the old ZXing global histogram approach.class
HybridBinarizer
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 Binarizer Modifier and Type Method Description Binarizer
GlobalHistogramBinarizer. createBinarizer(LuminanceSource source)
Binarizer
HybridBinarizer. createBinarizer(LuminanceSource source)
-