Skip to content
CV code to detect and track qrcode on book cover.
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
cpp
image
py
.gitignore
README.md
equalize_img.py
fps.py
hist_backproj.py
hsv_hist.py
kalman_track.py
mog.py
polygon.py
requirements.txt
roi_test.png
scan_qr.py
shapedetector.py
track_block.py
track_color.py
tracker.py
vcap.py
video.py

README.md

Detect and Track QR Code

Install dependencies

opencv-3.3.0 + contrib

spdlog

cpputest

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
You can’t perform that action at this time.