Search Java Classes and Packages
Search Java Frameworks and Libraries
#Com.google.zxing.multi Classes and Interfaces - 7 results found.
| Name | Description | Type | Package | Framework |
| ByQuadrantReader | This class attempts to decode a barcode from an image, not by scanning the whole image, but by scanning subsets of the image. | Class | com.google.zxing.multi | ZXing |
|
| GenericMultipleBarcodeReader | Attempts to locate multiple barcodes in an image by repeatedly decoding portion of the image. | Class | com.google.zxing.multi | ZXing |
|
| MultiDetector | Encapsulates logic that can detect one or more QR Codes in an image, even if the QR Code is rotated or skewed, or partially obscured. | Class | com.google.zxing.multi.qrcode.detector | ZXing |
|
| MultiFormatReader | MultiFormatReader is a convenience class and the main entry point into the library for most uses. | Class | com.google.zxing | ZXing |
|
| MultiFormatWriter | This is a factory class which finds the appropriate Writer subclass for the BarcodeFormat requested and encodes the barcode with the supplied contents. | Class | com.google.zxing | ZXing |
|
| MultipleBarcodeReader | | Interface | com.google.zxing.multi | ZXing |
|
| QRCodeMultiReader | This implementation can detect and decode multiple QR Codes in an image. | Class | com.google.zxing.multi.qrcode | ZXing |