Barcode_1D
Barcode_1D copied to clipboard
Vision-based 1D barcode localization method for scale and rotation invariant
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
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}
}