GUI for OpenCV in Linux [closed]

asked 2014-07-17 10:32:08 -0600

Dashu gravatar image

Hi friends, I am writing vision program with OpenCV in Linux, highgui of OpenCV is not suitable for me, so I made a GUI with QT, but QT take too much cpu and memory, I have to write another GUI for vision code, I need your suggestions! The picture show the GUI design, new GUI may not be beacutiful, I just want the basic function.image description Thanks!

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by sturkmen
close date 2020-09-26 17:14:34.390609

Comments

Qt doesn't require much cpu and memory unless you do something wrong. I am pretty sure the visualisation is not the problem, but rather the computaton behind it. That being said, the highgui interface has EVERYTHING needed to make what I am seeing right here.

StevenPuttemans gravatar imageStevenPuttemans ( 2014-07-17 10:35:43 -0600 )edit

@StevenPuttemans highgui have check-box and button? I can not find

Dashu gravatar imageDashu ( 2014-07-17 10:44:00 -0600 )edit
1

f you built your openCV with qt it has! Look here!

StevenPuttemans gravatar imageStevenPuttemans ( 2014-07-17 10:47:31 -0600 )edit
1
Dashu gravatar imageDashu ( 2014-07-17 10:50:01 -0600 )edit

@StevenPuttemans are there any tutorial for building opencv with qt?

Dashu gravatar imageDashu ( 2014-07-18 10:00:43 -0600 )edit

Google! Or take this one

StevenPuttemans gravatar imageStevenPuttemans ( 2014-07-18 13:45:44 -0600 )edit