PDA

View Full Version : How to integrate Qt and Opencv



diego
26th June 2009, 07:29
Hi all.
I am beginning working with Qt and i have a task for processing logitech webcam.
I know that i should use Opencv to solve this problem.
But up to now i still dont understand how to integrate Qt with Opencv

Step by step i made on windowXP:


Downloaded Qt SDK
Downloaded Eclipse for C++
Downloaded flugin Qt for eclipse
Installed all.

Next :
i dowloaded : OpenCV_1.1pre1a and chopencv-2.3.0-win

what need i continue to do ?

Please help me.

Thanks in advance.
Diego

Lykurg
26th June 2009, 10:27
what need i continue to do ?

Read about C++ programming
Have a look how qt binds libraries
extract OpenCV
bind the dll to your application
use the opencv code in you app
search this forum for further hints (OpenCV was mentiond the last days very often.)


Concert, specified problems? Post them here.