Home
last modified time | relevance | path

Searched refs:cvInitSystem (Results 1 – 8 of 8) sorted by relevance

/external/opencv3/modules/highgui/include/opencv2/highgui/
Dhighgui_c.h98 CVAPI(int) cvInitSystem( int argc, char** argv );
223 #define cvvInitSystem cvInitSystem
/external/opencv/otherlibs/highgui/
Dhighgui.h228 #define cvvInitSystem cvInitSystem in LOAD_CHDL()
/external/opencv3/modules/highgui/src/
Dwindow_cocoa.mm50 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);
Dwindow_carbon.cpp135 CV_IMPL int cvInitSystem( int argc, char** argv ) in cvInitSystem() function
859 cvInitSystem(0, NULL); in cvNamedWindow()
Dwindow.cpp604 CV_IMPL int cvInitSystem( int , char** ) in cvInitSystem() function
Dwindow_gtk.cpp571 CV_IMPL int cvInitSystem( int argc, char** argv ) in cvInitSystem() function
595 cvInitSystem(0,NULL); in cvStartWindowThread()
1009 cvInitSystem(1,(char**)&name); in cvNamedWindow()
Dwindow_w32.cpp227 CV_IMPL int cvInitSystem( int, char** ) in cvInitSystem() function
726 cvInitSystem(0,0); in cvNamedWindow()
Dwindow_QT.cpp482 CV_IMPL int cvInitSystem(int, char**) in cvInitSystem() function