Attempts to decode a one-dimensional barcode format given a single row of - an image.
-int luminance = array[y * width + x] & 0xff
+ returns supported formats
MaxiCodes can encode text or structured information as bits in one of several modes, - with multiple character sets in one code. This class decodes the bits back into text.
- -The main class which implements MaxiCode decoding -- as opposed to locating and extracting - the MaxiCode from an image.
- -Attempts to decode a one-dimensional barcode format given a single row of + an image.
Decodes PharmaCode
+ * @author Ruslan Karachun +Attempts to decode a one-dimensional barcode format given a single row of + an image.
+Attempts to decode a one-dimensional barcode format given a single row of + an image.
+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 - {@link com.google.zxing.ResultPoint}s are scanned, recursively.
-A caller may want to also employ {@link ByQuadrantReader} when attempting to find multiple - 2D barcodes, like QR Codes, in an image, where the presence of multiple barcodes might prevent - detecting any one of them.
-That is, instead of passing a {@link Reader} a caller might pass
- new ByQuadrantReader(reader).
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.
- -This class attempts to find finder patterns in a QR Code. Finder patterns are the square - markers at three corners of a QR Code.
- -This class is thread-safe but not reentrant. Each thread must allocate its own object.
- -In contrast to
Use the TRY_HARDER hint to ask for a more thorough detection.
- -Creates a finder that will search the image for three finder patterns.
- - image to search - callback for result points -Attempts to decode a one-dimensional barcode format given a single row of + an image.
+Decodes Code 128 barcodes.
@@ -6361,26 +6231,6 @@ decode hintsDecodes Code 93 barcodes.
@@ -6409,31 +6259,6 @@ decode hintsImplements decoding of the EAN-13 format.
@@ -6689,60 +6514,6 @@Attempts to decode a one-dimensional barcode format given a single row of - an image.
-Decodes PharmaCode
- * @author Ruslan Karachun -Attempts to decode a one-dimensional barcode format given a single row of - an image.
-Attempts to decode a one-dimensional barcode format given a single row of - an image.
-Attempts to decode a one-dimensional barcode format given a single row of - an image.
-Implements decoding of the UPC-A format.
@@ -7755,24 +7093,57 @@Attempts to decode a one-dimensional barcode format given a single row of + an image.
+PDF417 error correction implementation.
-This example - is quite useful in understanding the algorithm.
-A field based on powers of a generator integer, modulo some modulus.
-PDF417 error correction implementation.
+This example + is quite useful in understanding the algorithm.
+A field based on powers of a generator integer, modulo some modulus.
+Encapsulates logic that can detect a PDF417 Code in an image, even if the @@ -8899,59 +8371,6 @@ observed counters. expected pattern.
int luminance = array[y * width + x] & 0xff
+ MaxiCodes can encode text or structured information as bits in one of several modes, + with multiple character sets in one code. This class decodes the bits back into text.
+ +The main class which implements MaxiCode decoding -- as opposed to locating and extracting + the MaxiCode from an image.
+ +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 + {@link com.google.zxing.ResultPoint}s are scanned, recursively.
+A caller may want to also employ {@link ByQuadrantReader} when attempting to find multiple + 2D barcodes, like QR Codes, in an image, where the presence of multiple barcodes might prevent + detecting any one of them.
+That is, instead of passing a {@link Reader} a caller might pass
+ new ByQuadrantReader(reader).
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.
+ +This class attempts to find finder patterns in a QR Code. Finder patterns are the square + markers at three corners of a QR Code.
+ +This class is thread-safe but not reentrant. Each thread must allocate its own object.
+ +In contrast to
Use the TRY_HARDER hint to ask for a more thorough detection.
+ +Creates a finder that will search the image for three finder patterns.
+ + image to search + callback for result points +int luminance = array[y * width + x] & 0xff
- MaxiCodes can encode text or structured information as bits in one of several modes, - with multiple character sets in one code. This class decodes the bits back into text.
- -The main class which implements MaxiCode decoding -- as opposed to locating and extracting - the MaxiCode from an image.
- -Attempts to decode a one-dimensional barcode format given a single row of + an image.
Attempts to decode a one-dimensional barcode format given a single row of + an image.
+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 - {@link com.google.zxing.ResultPoint}s are scanned, recursively.
-A caller may want to also employ {@link ByQuadrantReader} when attempting to find multiple - 2D barcodes, like QR Codes, in an image, where the presence of multiple barcodes might prevent - detecting any one of them.
-That is, instead of passing a {@link Reader} a caller might pass
- new ByQuadrantReader(reader).
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.
- -This class attempts to find finder patterns in a QR Code. Finder patterns are the square - markers at three corners of a QR Code.
- -This class is thread-safe but not reentrant. Each thread must allocate its own object.
- -In contrast to
Use the TRY_HARDER hint to ask for a more thorough detection.
- -Creates a finder that will search the image for three finder patterns.
- - image to search -Attempts to decode a one-dimensional barcode format given a single row of + an image.
+Decodes Code 128 barcodes.
@@ -5370,36 +5236,6 @@ decode hintsDecodes Code 93 barcodes.
@@ -5428,20 +5264,6 @@ decode hintsImplements decoding of the EAN-13 format.
@@ -5727,70 +5549,6 @@Attempts to decode a one-dimensional barcode format given a single row of - an image.
-Attempts to decode a one-dimensional barcode format given a single row of - an image.
-Attempts to decode a one-dimensional barcode format given a single row of - an image.
-Implements decoding of the UPC-A format.
@@ -6779,10 +6114,40 @@PDF417 error correction implementation.
-This example - is quite useful in understanding the algorithm.
-A field based on powers of a generator integer, modulo some modulus.
-PDF417 error correction implementation.
+This example + is quite useful in understanding the algorithm.
+A field based on powers of a generator integer, modulo some modulus.
+Encapsulates logic that can detect a PDF417 Code in an image, even if the @@ -7788,19 +7166,6 @@ expected pattern. The most any counter can differ before we give up.
int luminance = array[y * width + x] & 0xff
+ MaxiCodes can encode text or structured information as bits in one of several modes, + with multiple character sets in one code. This class decodes the bits back into text.
+ +The main class which implements MaxiCode decoding -- as opposed to locating and extracting + the MaxiCode from an image.
+ +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 + {@link com.google.zxing.ResultPoint}s are scanned, recursively.
+A caller may want to also employ {@link ByQuadrantReader} when attempting to find multiple + 2D barcodes, like QR Codes, in an image, where the presence of multiple barcodes might prevent + detecting any one of them.
+That is, instead of passing a {@link Reader} a caller might pass
+ new ByQuadrantReader(reader).
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.
+ +This class attempts to find finder patterns in a QR Code. Finder patterns are the square + markers at three corners of a QR Code.
+ +This class is thread-safe but not reentrant. Each thread must allocate its own object.
+ +In contrast to
Use the TRY_HARDER hint to ask for a more thorough detection.
+ +Creates a finder that will search the image for three finder patterns.
+ + image to search +int luminance = array[y * width + x] & 0xff
- MaxiCodes can encode text or structured information as bits in one of several modes, - with multiple character sets in one code. This class decodes the bits back into text.
- -The main class which implements MaxiCode decoding -- as opposed to locating and extracting - the MaxiCode from an image.
- -Attempts to decode a one-dimensional barcode format given a single row of + an image.
Attempts to decode a one-dimensional barcode format given a single row of + an image.
+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 - {@link com.google.zxing.ResultPoint}s are scanned, recursively.
-A caller may want to also employ {@link ByQuadrantReader} when attempting to find multiple - 2D barcodes, like QR Codes, in an image, where the presence of multiple barcodes might prevent - detecting any one of them.
-That is, instead of passing a {@link Reader} a caller might pass
- new ByQuadrantReader(reader).
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.
- -This class attempts to find finder patterns in a QR Code. Finder patterns are the square - markers at three corners of a QR Code.
- -This class is thread-safe but not reentrant. Each thread must allocate its own object.
- -In contrast to
Use the TRY_HARDER hint to ask for a more thorough detection.
- -Creates a finder that will search the image for three finder patterns.
- - image to search -Attempts to decode a one-dimensional barcode format given a single row of + an image.
+Decodes Code 128 barcodes.
@@ -5370,36 +5236,6 @@ decode hintsDecodes Code 93 barcodes.
@@ -5428,20 +5264,6 @@ decode hintsImplements decoding of the EAN-13 format.
@@ -5727,70 +5549,6 @@Attempts to decode a one-dimensional barcode format given a single row of - an image.
-Attempts to decode a one-dimensional barcode format given a single row of - an image.
-Attempts to decode a one-dimensional barcode format given a single row of - an image.
-Implements decoding of the UPC-A format.
@@ -6779,10 +6114,40 @@PDF417 error correction implementation.
-This example - is quite useful in understanding the algorithm.
-A field based on powers of a generator integer, modulo some modulus.
-PDF417 error correction implementation.
+This example + is quite useful in understanding the algorithm.
+A field based on powers of a generator integer, modulo some modulus.
+Encapsulates logic that can detect a PDF417 Code in an image, even if the @@ -7788,19 +7166,6 @@ expected pattern. The most any counter can differ before we give up.
int luminance = array[y * width + x] & 0xff
+ MaxiCodes can encode text or structured information as bits in one of several modes, + with multiple character sets in one code. This class decodes the bits back into text.
+ +The main class which implements MaxiCode decoding -- as opposed to locating and extracting + the MaxiCode from an image.
+ +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 + {@link com.google.zxing.ResultPoint}s are scanned, recursively.
+A caller may want to also employ {@link ByQuadrantReader} when attempting to find multiple + 2D barcodes, like QR Codes, in an image, where the presence of multiple barcodes might prevent + detecting any one of them.
+That is, instead of passing a {@link Reader} a caller might pass
+ new ByQuadrantReader(reader).
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.
+ +This class attempts to find finder patterns in a QR Code. Finder patterns are the square + markers at three corners of a QR Code.
+ +This class is thread-safe but not reentrant. Each thread must allocate its own object.
+ +In contrast to
Use the TRY_HARDER hint to ask for a more thorough detection.
+ +Creates a finder that will search the image for three finder patterns.
+ + image to search +