| Binarizer |
This class hierarchy provides a set of methods to convert luminance data to 1 bit data.
|
| BinaryBitmap |
This class is the core bitmap class used by ZXing to represent 1 bit data.
|
| Dimension |
Simply encapsulates a width and height.
|
| HtmlAssetTranslator |
A utility which auto-translates the English-language text in a directory of HTML documents using
Google Translate.
|
| InvertedLuminanceSource |
A wrapper implementation of LuminanceSource which inverts the luminances it returns -- black becomes
white and vice versa, and each value becomes (255-value).
|
| LuminanceSource |
The purpose of this class hierarchy is to abstract different bitmap implementations across
platforms into a standard interface for requesting greyscale luminance values.
|
| MultiFormatReader |
MultiFormatReader is a convenience class and the main entry point into the library for most uses.
|
| MultiFormatWriter |
This is a factory class which finds the appropriate Writer subclass for the BarcodeFormat
requested and encodes the barcode with the supplied contents.
|
| PlanarYUVLuminanceSource |
This object extends LuminanceSource around an array of YUV data returned from the camera driver,
with the option to crop to a rectangle within the full data.
|
| Result |
Encapsulates the result of decoding a barcode within an image.
|
| ResultPoint |
Encapsulates a point of interest in an image containing a barcode.
|
| RGBLuminanceSource |
This class is used to help decode images from files which arrive as RGB data from
an ARGB pixel array.
|
| StringsResourceTranslator |
A utility which auto-translates English strings in Android string resources using
Google Translate.
|