Ask Your Question

Revision history [back]

Your OpenCV was compiled with QT support so that you can use the enhanced interface. I really like, but if you want to get rid of it, have a look at the flags when creating the window using cv::namedwindow

http://docs.opencv.org/modules/highgui/doc/user_interface.html

Just pass CV_GUI_NORMAL and you will get the old version.

Your OpenCV was compiled with QT support so that you can use the enhanced interface. I really like, like it, but if you want to get rid of it, have a look at the flags when creating the window using cv::namedwindow

http://docs.opencv.org/modules/highgui/doc/user_interface.html

Just pass CV_GUI_NORMAL and you will get the old version.