regarding push buttons
I am new to opencv.I am doing project in opencv on ubuntu....i want to use push buttons in my GUI...so is there any code for push buttons in opencv plz do reply.....its very urgent thank u..
I am new to opencv.I am doing project in opencv on ubuntu....i want to use push buttons in my GUI...so is there any code for push buttons in opencv plz do reply.....its very urgent thank u..
push buttons are not part of openCV. OpenCV is a library providing computer vision algorithms. In order to create a pushbutton, check the language you are programming your GUI. For example, when using VS2010, using winforms, you can just add a button with a handler when pushed. Inside that handler can come your openCV code.
it may be a bit hard to find, but : rtfm
This however only applies if you combine openCV with Qt :)
Asked: 2013-03-15 09:05:55 -0600
Seen: 426 times
Last updated: Mar 15 '13