How to integrate Qt and Opencv
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:
Quote:
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
Re: How to integrate Qt and Opencv
Quote:
Originally Posted by
diego
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.