I have compiled OpenCV with QT.
I’m now facing an error which I’m almost certain is related to QT and I would like to output it using the old-fashioned highgui, without the QT interface.
Is this possible?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
cvNamedWindow( ``myWindow'', ``CV_WINDOW_NORMAL`` );will display the windows without any Qt decorations, if you don’t want any Qt to be used at all you need to rebuild openCV without Qt