Opencv configuration with Qt on windows
Hi can anyone help me with Opencv configuration on Qt Creator on Windows. Thanks
If you want to add opencv libraruies in your Qt project, you must do next
add pathes to opencv in pro file
for example
INCLUDEPATH += C:/OpenCV/mingw/install/include
LIBS += C:/OpenCV/mingw/install/lib/*.a
make this http://answers.opencv.org/question/18081/opencv_core246ddll-is-not-in-your-computer/#18095
You could also follow this guide for a complete installation overview of opencv related to Qt.
Just a quick reminder, that if you want to have the full Qt functionality that is inside openCV, you need to rebuilt OpenCV yourself with Qt option enabled.
Asked: 2013-08-01 07:42:05 -0600
Seen: 1,205 times
Last updated: Aug 08 '13
Probably someone downvoted your question because they think it doesn't contain enough information about your system and your problem, however it is wrong of them not to provide an explanation. Please read the FAQ which contains guidelines for the use of this forum.