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 ( >= 4.10)
- CMake (>= 2.8)
- VTK (>= 9.3.1)
- HDF5 (>= 1.14.4.3)
$ git clone https://github.com/iyyun/Barcode_1D.git
$ cd Barcode_1D/src/Linux/tencon
$ mkdir build
$ cd build
$ cmake ..
$ make
you can download our dataset from here (not include ground truth labels)
$ cd Barcode_1D/src/Linux/tencon/build
$ ./iyBarcode --file=../../tencone/Test_images/t1.jpg
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}
}