Hello All,
Can anyone suggest how to integrate the open Cv in QT
so that i can use the Open cv functions in my programme ..
Thanks in advance
JustIn
Printable View
Hello All,
Can anyone suggest how to integrate the open Cv in QT
so that i can use the Open cv functions in my programme ..
Thanks in advance
JustIn
Just link your program to OpenCV, include the headers, and use the functions.
As simple as that.
thanks for your suggestion
Qt and OpenCV are two independent libraries and including paths are dependent on your compiler. You should get OpenCV working first - take a peek at willowgarage.