1 | initial version |
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.
2 | No.2 Revision |
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.