OpenCV, OpenGL and Qt integration
-
Hi,
I'm trying to create a GUI for one 3D scene. This scene includes 5 planes and one of them has a texture. The texture is mapped every frame cause it represents the webcam input. I have successfully integrated my 3D scene with QT. I'm using a QGraphicsView and a QGLWidget Object to handle this part of the integration. However, the OpenCV part is missing. Even if the 3D scene is displayed, the front plane, that has the texture, is not displayed. Probably I should convert or do something to the IplImages from OpenCV. Do you guys have any suggestion?
I really appreciate your help!
-
Hi,
"Here":http://www.glc-lib.net/forum/viewtopic.php?f=5&t=207 there is a sample of OpenCV, "GLC_lib":http://www.glc-lib.net/ and Qt integration.@+