QtOpenCVViewerGl icon indicating copy to clipboard operation
QtOpenCVViewerGl copied to clipboard

Qt widget to display OpenCV images in an OpenGL frame

Results 3 QtOpenCVViewerGl issues
Sort by recently updated
recently updated
newest added

Hi the build under Ubuntu 16.04 failed with this .pro file. /usr/bin/ld: cqtopencvviewergl.o: undefined reference to symbol '_ZN2cv8cvtColorERKNS_11_InputArrayERKNS_12_OutputArrayEii' //usr/lib/x86_64-linux-gnu/libopencv_imgproc.so.2.4: error adding symbols: DSO missing from command You have to add...

how can i Transparent background to show .png( RGBA ) images, i try to change "mBgColor" ,and use glClearColor(0,0,0,0); , but the background turned black, still no transparent, can you...

Hello, I have tried your source code in my Qt 5.4.1 OpenGL ES 2.0 and I got below issues. protected QOpenGLFunctions_2_0 - Not working (this file included but not this...