Uses of Class
com.google.zxing.Binarizer

Packages that use Binarizer
com.google.zxing   
com.google.zxing.common   
 

Uses of Binarizer in com.google.zxing
 

Methods in com.google.zxing that return Binarizer
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
BinaryBitmap(Binarizer binarizer)
           
 

Uses of Binarizer in com.google.zxing.common
 

Subclasses of Binarizer in com.google.zxing.common
 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
 Binarizer HybridBinarizer.createBinarizer(LuminanceSource source)
           
 Binarizer GlobalHistogramBinarizer.createBinarizer(LuminanceSource source)
           
 



Copyright © 2007-2012. All Rights Reserved.