multi library
multi decode lib
decode multi qrcode in one image
Classes
- ByQuadrantReader
- This class attempts to decode a barcode from an image, not by scanning the whole image, but by scanning subsets of the image.
- GenericMultipleBarcodeReader
- Attempts to locate multiple barcodes in an image by repeatedly decoding portion of the image. After one barcode is found, the areas left, above, right and below the barcode's ResultPoints are scanned, recursively.
- 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.
- MultiFinderPatternFinder
- This class attempts to find finder patterns in a QR Code. Finder patterns are the square markers at three corners of a QR Code.
- MultipleBarcodeReader
- Implementation of this interface attempt to read several barcodes from one image.
- QRCodeMultiReader
- This implementation can detect and decode multiple QR Codes in an image.