luoyc a9c35a4807 opencv source code commit 1 gadu atpakaļ
..
doc a9c35a4807 opencv source code commit 1 gadu atpakaļ
include a9c35a4807 opencv source code commit 1 gadu atpakaļ
misc a9c35a4807 opencv source code commit 1 gadu atpakaļ
samples a9c35a4807 opencv source code commit 1 gadu atpakaļ
src a9c35a4807 opencv source code commit 1 gadu atpakaļ
test a9c35a4807 opencv source code commit 1 gadu atpakaļ
tutorials a9c35a4807 opencv source code commit 1 gadu atpakaļ
CMakeLists.txt a9c35a4807 opencv source code commit 1 gadu atpakaļ
README.md a9c35a4807 opencv source code commit 1 gadu atpakaļ

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.