Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

OpenCV in Qt Creator

Tags:

opencv

qt

Since I am very UNHAPPY with Visual Studio (It's just Junk!) I am trying to use Qt Creator, which seems to be the solution for my c++ projects to get easily run in my Mac also. But I am using OpenCV. So, How do I set libraries in Qt? (include folder and maybe some libs)

I am trying with this app: http://www.qt-apps.org/content/show.php/Qt+Opencv+webcam+viewer?content=89995

But getting many errors since Qt does not know where to find the libraries, where should I enter the paths or something?

Help will be very well appreciated.

Ignacio

like image 254
nacho4d Avatar asked Jan 22 '23 14:01

nacho4d


1 Answers

I think I have answered 2 Qt questions that recoup what you are asking :

The first answer is about OpenCV integration in Qt: OpenCV with other GUI (like Qt or WxWidgets) on Win32 VC++

And the second about using 3rd party libraries in Qt: How do i reference the qjson.dll file from my qt project?

like image 127
Etienne Savard Avatar answered Feb 08 '23 17:02

Etienne Savard