Start integrating QT GUI (GoC 2010)
This commit is contained in:
@@ -200,6 +200,17 @@ CVAPI(void) cvConvertImage( const CvArr* src, CvArr* dst, int flags CV_DEFAULT(0
|
||||
/* wait for key event infinitely (delay<=0) or for "delay" milliseconds */
|
||||
CVAPI(int) cvWaitKey(int delay CV_DEFAULT(0));
|
||||
|
||||
//YV
|
||||
#if defined (HAVE_QT)
|
||||
//class CvWindow;
|
||||
//class ViewPort;
|
||||
struct CvTrackbar;
|
||||
|
||||
CVAPI(int) cvStartLoop(int (*pt2Func)(int argc, char *argv[]), int argc, char *argv[]);
|
||||
CVAPI(void) cvStopLoop();
|
||||
CVAPI(void) cvInformation(const char* name, const char* text, int delay);
|
||||
CvTrackbar* icvFindTrackbarByName( const char* name_trackbar, const char* name_window );
|
||||
#endif
|
||||
|
||||
/****************************************************************************************\
|
||||
* Working with Video Files and Cameras *
|
||||
|
Reference in New Issue
Block a user