liujiantong / detect_track_qrcode

CV code to detect and track qrcode on book cover.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Detect and Track QR Code

Install dependencies

zbar (optional)

brew install zbar
LDFLAGS=-L/usr/local/lib/ CPATH=/usr/local/include/ pip install git+https://github.com/npinchot/zbar.git

Build

mkdir build
cd build/
cmake .. OR
cmake -DCMAKE_BUILD_TYPE=Debug ..
make

About

CV code to detect and track qrcode on book cover.


Languages

Language:C++ 68.2%Language:Python 30.9%Language:CMake 0.9%