Repository for OpenCV's extra modules
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.
 
 
 
 
 
 
Alexander Smorkalov f149f26ca0 -Wunused-but-set-variable warnings fix after XCode update with clang 13.1. 2 years ago
..
doc Merge pull request #3296 from gvcallen:4.x 3 years ago
include/opencv2 Merge pull request #3296 from gvcallen:4.x 3 years ago
misc Merge pull request #3296 from gvcallen:4.x 3 years ago
samples Merge pull request #3296 from gvcallen:4.x 3 years ago
src -Wunused-but-set-variable warnings fix after XCode update with clang 13.1. 2 years ago
test Merge pull request #3296 from gvcallen:4.x 3 years ago
tutorials Merge pull request #3296 from gvcallen:4.x 3 years ago
CMakeLists.txt Merge pull request #3296 from gvcallen:4.x 3 years ago
README.md Merge pull request #3296 from gvcallen:4.x 3 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.

  1. Support 1-dimension bar code detection of any angle tilting.
  2. Support multi-scale detection.
  3. Support EAN-13, EAN-8 and UPC-A decode yet.
  4. With x86 CPU, it achieves 50FPS averagely.