hi ()
I have implemented a code using C++ visual studio 2013, With external library: boost and opencv.
Now I'm trying to make a simple graphical user interface for the OpenCv with visual studio The GUI is; 1-The user enters a text and this text then saved in a variable.. 2-And when the user press "start" button, the system starts calling the functions.
*Can we implement it with highgui? Or we need other tools?
Any suggestions for other tools would be appreciated. Thanks in advance.!