Ask Your Question
0

regarding push buttons

asked 2013-03-15 09:05:55 -0600

pooja gravatar image

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..

edit retag flag offensive close merge delete

2 answers

Sort by ยป oldest newest most voted
1

answered 2013-03-15 09:16:12 -0600

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.

edit flag offensive delete link more
2

answered 2013-03-15 09:20:23 -0600

berak gravatar image

updated 2013-03-15 09:22:27 -0600

it may be a bit hard to find, but : rtfm

edit flag offensive delete link more

Comments

This however only applies if you combine openCV with Qt :)

StevenPuttemans gravatar imageStevenPuttemans ( 2013-03-15 09:24:39 -0600 )edit
1

oh, you're right again. won't work with an ordinary highgui window

berak gravatar imageberak ( 2013-03-15 09:29:30 -0600 )edit

Question Tools

Stats

Asked: 2013-03-15 09:05:55 -0600

Seen: 402 times

Last updated: Mar 15 '13