GenericMultipleBarcodeReader class

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.

A caller may want to also employ 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 Reader a caller might pass ByQuadrantReader(reader).

@author Sean Owen

Implemented types

Constructors

GenericMultipleBarcodeReader(Reader _delegate)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

decodeMultiple(BinaryBitmap image, [DecodeHint? hints]) List<Result>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

emptyResultArray → const List<Result>