PDA

View Full Version : OpenCV + QT4



thereisnoknife
29th March 2010, 16:50
Hi Forum,

What's the good way to "display" an opencv's image (cv::Mat: same old IplImage ) in a QT-widget.

Thx.

Oleg
29th March 2010, 23:23
I used for this QGLWidget and converted cvMat to QImage. Results were rather good and playback was seamless using timer event for update.

pherthyl
30th March 2010, 00:45
Also, forum search is your friend. This has been discussed many times.

tejasvinnakota
8th September 2010, 11:11
Hii..
Can you please tell me how to create a project in QT Creator and Use Opencv

I have installed
Open cv
QT creator
QT 4.2
i donno how to start .
CAn u plese tell me the steps to work out.
How to use opencv using QTCreator
When i include cv.h in my main.cpp file ,it throws error

tbscope
8th September 2010, 11:25
i donno how to start .
Read the documentation


When i include cv.h in my main.cpp file ,it throws error
What does the error say?

kranthi.kumar590
8th March 2013, 02:47
Hii..
Can you please tell me how to create a project in QT Creator and Use Opencv

I have installed
Open cv
QT creator
QT 4.2
i donno how to start .
CAn u plese tell me the steps to work out.
How to use opencv using QTCreator
When i include cv.h in my main.cpp file ,it throws error

Hello There,

Please follow this link to install opencv and image processing application

http://embeddedprogrammer.blogspot.in/2012/10/how-to-opencv-in-qt-creator-and-imageq.html

ChrisW67
8th March 2013, 05:19
Only two and a half years late... first post too :)