Open CV with latest version of Qt creator
-
Hi,
I downloaded and installed the latest version of Qt creator and I'm trying to build OpenCV libraries.
I've followed the qt wiki how to but that seems to relate to an earlier version of Qt.
Also followed a couple of other tutorials, using Cmake and downloading the OpenCV files from sourceforge.
Build seems to fail. Any up to date walk throughs?
-
@Vostok-7 said in Open CV with latest version of Qt creator:
I've followed the qt wiki how to
Please provide a link to that post... Help others help you!
Build seems to fail.
Show your errors!!
-
https://wiki.qt.io/How_to_setup_Qt_and_openCV_on_Windows
This is the link. Followed the instructions. As for the errors, I can't right now, at work, but long and the short of it gets to 21% of compiling packages and I get an all fail.
Also this link
https://dotuyau.wordpress.com/2014/04/25/opencv_qt_windows/The errors seem to be bad syntax in the compiler.
For example "in module name, expected ; at line 3" So the sort of errors I get when I compile a C++ program and I've messed up.
-
Hi and welcome to devnet,
Please show the error message you get, your description is not enough.