GUI for OpenCV in Linux [closed]
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. Thanks!
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 highgui have check-box and button? I can not find
f you built your openCV with qt it has! Look here!
@StevenPuttemans Thanks!
@StevenPuttemans are there any tutorial for building opencv with qt?
Google! Or take this one