Note that below steps are used on Ubuntu 18.04.1 LTS
- Install OpenCV
- Install ZXing C++, remember to run
make
andmake install
aftercmake -G "Unix Makefiles" ..
cmake -DTYPE=0 . && make
to buildsegment
cmake -DTYPE=1 . && make
to buildmatch
cmake -DTYPE=2 . && make
to buildanimate