Skip to content

Latest commit

 

History

History

AniCode-cpp

Building backend binaries for AniCode

Note that below steps are used on Ubuntu 18.04.1 LTS

  • Install OpenCV
  • Install ZXing C++, remember to run make and make install after cmake -G "Unix Makefiles" ..
  • cmake -DTYPE=0 . && make to build segment
  • cmake -DTYPE=1 . && make to build match
  • cmake -DTYPE=2 . && make to build animate