Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

bad luck, if you're using eclipse, it probably uses some mingw as compiler, and the prebuild opencv libs are for vs2015 only, you cannot use them with mingw.

before you can compile any code of your own, you will have to build the opencv libs from src using cmake

bad luck, if you're using eclipse, it probably uses some mingw as compiler, and the prebuild opencv libs are for vs2015 only, you cannot use them with mingw.

before you can compile any code of your own, you will have to build the opencv libs from src using cmake cmake.

since you probably need the opencv_contrib repo as well (for the face module), see here for further instructions