Ask Your Question

Revision history [back]

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.