Name |
Description |
BitArray |
A simple, fast array of bits, represented compactly by an array of ints internally. |
BitMatrix |
|
CharacterSetECI |
Encapsulates a Character Set ECI, according to "Extended Channel Interpretations" 5.3.1.1 of ISO 18004. |
DefaultGridSampler |
|
GlobalHistogramBinarizer |
This Binarizer implementation uses the old ZXing global histogram approach. It is suitable for low-end mobile devices which don't have enough CPU or memory to use a local thresholding algorithm. However, because it picks a global black point, it cannot handle difficult shadows and gradients. Faster mobile devices and all desktop applications should probably use HybridBinarizer instead. [email protected] (Daniel Switkin) Sean Owen |