You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Gary Allen
9d0a451bee
|
2 years ago | |
---|---|---|
.. | ||
doc | 2 years ago | |
include/opencv2 | 2 years ago | |
misc | 2 years ago | |
samples | 2 years ago | |
src | 2 years ago | |
test | 2 years ago | |
tutorials | 2 years ago | |
CMakeLists.txt | 2 years ago | |
README.md | 2 years ago |
README.md
1D Barcode Detect and Decode
This module is focused on detecting and decoding barcode from image. It is mainly designed for scanning the images, locating barcode, decoding barcode and outputting its decoded result.
- Support 1-dimension bar code detection of any angle tilting.
- Support multi-scale detection.
- Support EAN-13, EAN-8 and UPC-A decode yet.
- With x86 CPU, it achieves 50FPS averagely.