Skip to content

Files

Latest commit

00eb495 · Apr 18, 2024

History

History

AniCode-cpp

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 17, 2024
Apr 17, 2024
Feb 26, 2024
Apr 17, 2024
Feb 26, 2024
Apr 17, 2024
Feb 22, 2024
Jun 4, 2019
Apr 17, 2024
Feb 22, 2024
Jun 4, 2019
Apr 18, 2024
Apr 17, 2024
Apr 17, 2024
Jun 4, 2019
Jun 4, 2019
Feb 22, 2024
Jun 4, 2019

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