You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It won't be able to find opencv out-of-the-box. So you have to put is manually:
mkdir build
cd build
cmake -G"Visual Studio 15 2017 Win64" -DOpenCV_DIR=D:\opencv\build ../
The generated project won't build, you have to load dkm.sln and remove extra compilation options for each project.
The text was updated successfully, but these errors were encountered:
JFYI:
mkdir build
cd build
cmake -G"Visual Studio 15 2017 Win64" -DOpenCV_DIR=D:\opencv\build ../
The text was updated successfully, but these errors were encountered: