Quantcast
Channel: Jobs
Viewing all articles
Browse latest Browse all 18427

configuration Qt with OpenCV in linux

$
0
0
hi i am using ubuntu12.04 , Qt 2.4.1 and OpenCV2.3.1 and i have downloaded and installed them with ubuntu repository. i have tried for 2days to run an example of opencv on it but i got some errors . now i have some questions : 1- if i want to make a project with a picturebox(like visual studio, for getting camera image from webcam) and some bottones for controll it , i must choice which type of project in Qt ( seems QuickQt or application UI or console?!:D or etc ? ) 2- i had write this codes in my .pro file of projects : INCLUDEPATH += /usr/include/opencv INCLUDEPATH += /usr/include/opencv LIBS += -L/usr/lib -lopencv_core -lopencv_highgui and ……… (my opencv installed files are in that directory) but my project doesnt work still . should i do other works ? 3- may anyone puts a project with opencv in Qt that i test it and i learn how should i fix it?

Viewing all articles
Browse latest Browse all 18427

Trending Articles