Searched refs:cvInitSystem (Results 1 – 8 of 8) sorted by relevance
/external/opencv3/modules/highgui/include/opencv2/highgui/ |
D | highgui_c.h | 98 CVAPI(int) cvInitSystem( int argc, char** argv ); 223 #define cvvInitSystem cvInitSystem
|
/external/opencv/otherlibs/highgui/ |
D | highgui.h | 228 #define cvvInitSystem cvInitSystem in LOAD_CHDL()
|
/external/opencv3/modules/highgui/src/ |
D | window_cocoa.mm | 50 CV_IMPL int cvInitSystem( int argc, char** argv) { return 0;} function 139 CV_IMPL int cvInitSystem( int , char** ) function 141 //cout << "cvInitSystem" << endl; 481 cvInitSystem(0, 0);
|
D | window_carbon.cpp | 135 CV_IMPL int cvInitSystem( int argc, char** argv ) in cvInitSystem() function 859 cvInitSystem(0, NULL); in cvNamedWindow()
|
D | window.cpp | 604 CV_IMPL int cvInitSystem( int , char** ) in cvInitSystem() function
|
D | window_gtk.cpp | 571 CV_IMPL int cvInitSystem( int argc, char** argv ) in cvInitSystem() function 595 cvInitSystem(0,NULL); in cvStartWindowThread() 1009 cvInitSystem(1,(char**)&name); in cvNamedWindow()
|
D | window_w32.cpp | 227 CV_IMPL int cvInitSystem( int, char** ) in cvInitSystem() function 726 cvInitSystem(0,0); in cvNamedWindow()
|
D | window_QT.cpp | 482 CV_IMPL int cvInitSystem(int, char**) in cvInitSystem() function
|