Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 419 Bytes

File metadata and controls

19 lines (17 loc) · 419 Bytes

OpenCV test project

  • Build system: cmake
  • Dependencies: OpenCV
  • Tests: gtest
  • Code style check: cpplint
  • Continuous integration: travis-ci

Dependencies

  1. OpenCV (link)

Build steps

mkdir opencv_test
cd ~/opencv_test
git clone https://github.com/inalgo/ar.git
mkdir build
cd build
cmake -D OpenCV_DIR=~/opencv-3.2.0_build/ ../ar/