Skip to content

iyyun/Barcode_1D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vision-based 1D barcode localization method for scale and rotation invariant

This is a barcode detection project at the digital signal processing laboratory of the Sungkyunkwan University. With the program in this repository you can evaluate your data.

The software runs under windows and linux and is written in C++.

Based on the following libraries:

  • OpenCV ( >= 3.1)
  • CMake (>= 2.8)

Build Instructions

$ git clone  https://github.com/iyyun/Barcode_1D.git
$ cd Barcode_1D/src/Linux/tencon
$ mkdir build
$ cd build
$ cmake ..
$ make

Dataset

you can download our dataset from here (not include ground truth labels)

Demo

$ cd Barcode_1D/src/Linux/tencon/build
$ ./iyBarcode --file=../../tencone/Test_images/t1.jpg     

video

Cite

yon can find the paper in the "Document" section or here or IEEEXelore.

If you use this barcode detection program, please cite the following:

@inproceedings{yun2017vision,
        title={Vision-based 1D barcode localization method for scale and rotation invariant},
        author={Yun, Inyong and Kim, Joongkyu},
        booktitle={Region 10 Conference, TENCON 2017-2017 IEEE},
        pages={2204--2208},
        year={2017},
        organization={IEEE}
    }

About

Vision-based 1D barcode localization method for scale and rotation invariant

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published