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
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.
==========================signature=============== ==================
S.O.L.I.D principles (use them!):
https://en.wikipedia.org/wiki/SOLID_...iented_design)
Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.
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.
Bookmarks