Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 636 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 636 Bytes

cpp-with-opencv

tutorial with setting opencv

VERSION Lists.

cmake==3.11.0 opencv==4.1.0

How to setting

After you clone this project, Setting up like this processes. (Maybe you must run this shellcodes at root authory.)

  1. ~/cpp-with-opencv# ./cmake_setup.sh
  2. ~/cpp-with-opencv# ./opencv.sh

Patch Note

  • You Must Check c++ standard library c++11 version. Check example Makefile.

  • When build opencv4.1.0, Check OPENCV_GENERATE_PKGCONFIG=ON. This generate pkgconfig folder and this related to g++ opencv compilation

  • If you compile at NON-cuda environment, for example, VMWARE, VBOX, check WITH_CUDA=OFF.