Barcode recognition engine modes.
More...
|
int | LEGACY_FAST = 0 |
| Legacy recognition mode, optimized for extremely slow, low memory devices.
|
|
int | FASTEST = 1 |
| Live recognition mode, optimized for low memory devices.
|
|
int | FAST = 2 |
| Live recognition mode with higher accuracy.
|
|
int | BALANCED = 3 |
| Single-shot recognition mode for static images.
|
|
int | BEST = 4 |
| Single-shot recognition mode for static images with higher accuracy.
|
|
Barcode recognition engine modes.
The engine mode controls the trade-off between speed and recall. Faster modes are not guaranteed to recognize all barcodes in the image.
The documentation for this class was generated from the following file: