Skip to content

RoadAR/Tutor_BarCode11

Repository files navigation

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

About

Example how to build you own BarCode scanner

Resources

License

Stars

Watchers

Forks