Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 864 Bytes

File metadata and controls

26 lines (18 loc) · 864 Bytes

BarCode11

C++ 17 CMake License Tweet

This code designed to demostrate how you can build your own barcode scanner from scratch with OpenCV library.

Build/Run

mkdir build
cd build
cmake ..
make -j6
./main

Or if you have XCode just open BarCode11.xcodeproj and run

License

The code is licensed under the MIT License