July 2018
Intermediate to advanced
358 pages
7h 17m
English
Now, we can move on to configuring CMake and getting everything set up to build OpenCV as a library to utilize within Unity. Now, to do this, you need the full-on source code of OpenCV, instead of the binaries, which you can grab from https://github.com/opencv/opencv/archive/3.3.0.zip. or https://github.com/opencv/opencv/archive/3.3.0.zip.
Start CMake (CMake-gui). You may again enter it in the start menu search or get it from All Programs | CMake 2.8 | CMake (CMake-gui). First, select the directory for the source files of the OpenCV library (1). Then, specify a directory where you will build the binary files for OpenCV library (2).
Press the Configure button to specify the compiler (and the
Read now
Unlock full access