This code designed to demostrate how you can build your own barcode scanner from scratch with OpenCV
library.
mkdir build
cd build
cmake ..
make -j6
./main
Or if you have XCode
just open BarCode11.xcodeproj
and run
The code is licensed under the MIT License