Ask Your Question
0

How to create an GUI for an application using opencv

asked 2014-07-23 05:24:13 -0600

jamesnzt gravatar image

My application needs a GUI for getting a picture from camera and to process it and to give suggestion to user. based on the suggestion accepted by the user i t has to process a particular steps. Is it possible to create the GUI using openCV and C++ in linux environment? or i have to go for other applications?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
2

answered 2014-07-23 05:36:51 -0600

Have a look at the QT HighGui functionalities here. It should provide everything you need.

Otherwise, you could directly embed OpenCV with QT or GTK or anything else you want... To create the interface and linked to the OpenCV functions you need.

edit flag offensive delete link more

Comments

2

However do keep in mind that the embedded OpenCV Qt functionalities were mainly designed for debug purposes. If you want anything fancy or advanced in your interfac, you are better of using Qt directly and import openCV as suggested.

StevenPuttemans gravatar imageStevenPuttemans ( 2014-07-23 05:58:09 -0600 )edit

Question Tools

Stats

Asked: 2014-07-23 05:24:13 -0600

Seen: 206 times

Last updated: Jul 23 '14