Opencv configuration with Qt on windows
Hi can anyone help me with Opencv configuration on Qt Creator on Windows. Thanks
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,187 times
Last updated: Aug 08 '13
printf output is Not Display in Windows 7x64 (in Visual Studio 2012) [closed]
How to build OpenCV-2.4.4 with ffmpeg by Microsoft Visual Studio 2010
Recompile OpenCV 1.1 for 64 bit Windows 7
Where can I get opencv_ocl244.dll?
Error: Couldn't load opencv_java from loader...
Haar Training not going smoothly. Please suggest what to Do? [closed]
Cannot view 16-bit grey level Images.
augmented reality using java and opencv 2.4.5
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.