cv::imshow with QtCreator
Unsolved
General and Desktop
-
I'm trying to use QtCreator in tandem with cv::imshow to display an image. Right now, I get the error
Can't initialize GTK backend in function 'cvInitSystem'
Is there a set method for using imshow with Qt?
-
Hi and welcome to devnet,
Qt Creator is just an IDE so it should not matter in the case at hand.
Still:
Which version of Qt Creator ?
How did you install OpenCV ?
On which Linux distribution ?
Which version of Qt are you using ?