Is there any simple way to create a GUI using OpenCV library or linking some other library with OpenCV.
Just Like the trackbar in OpenCV, is there any way to create push buttons also?
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.
OpenCV is a computer vision framework, not a GUI framework (even though OpenCV contains some very basic GUI functions).
For a real GUI, better use something like GTK or Qt.