Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

can't help with codebloxx, but you have to run

make install

to copy the nessecary headers/libs/dlls to

opencv/build/install

(or whatever you set OPENCV_INSTALL_PREFIX to.)

then use your_opencv_install/include and your_opencv_install/x64/mingw/lib to build your own program

can't help with codebloxx, but you have to run

make install

to copy the nessecary headers/libs/dlls to

opencv/build/install

(or whatever you set OPENCV_INSTALL_PREFIX to.)to with cmake.)

then use your_opencv_install/include and your_opencv_install/x64/mingw/lib to build your own program

can't help with codebloxx, but you have to run

make install

(from the build folder) to copy the nessecary headers/libs/dlls to

opencv/build/install

(or whatever you set OPENCV_INSTALL_PREFIX to with cmake.)

then use your_opencv_install/include and your_opencv_install/x64/mingw/lib to build your own program