OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cvInitSystem
(Results
1 - 8
of
8
) sorted by null
/external/opencv3/modules/highgui/include/opencv2/highgui/
highgui_c.h
98
CVAPI(int)
cvInitSystem
( int argc, char** argv );
223
#define cvvInitSystem
cvInitSystem
/external/opencv/otherlibs/highgui/
highgui.h
228
#define cvvInitSystem
cvInitSystem
/external/opencv3/modules/highgui/src/
window_cocoa.mm
50
CV_IMPL int
cvInitSystem
( int argc, char** argv) { return 0;}
139
CV_IMPL int
cvInitSystem
( int , char** )
141
//cout << "
cvInitSystem
" << endl;
481
cvInitSystem
(0, 0);
window.cpp
604
CV_IMPL int
cvInitSystem
( int , char** )
607
CV_NO_GUI_ERROR( "
cvInitSystem
" );
window_carbon.cpp
135
CV_IMPL int
cvInitSystem
( int argc, char** argv )
859
cvInitSystem
(0, NULL);
window_gtk.cpp
571
CV_IMPL int
cvInitSystem
( int argc, char** argv )
595
cvInitSystem
(0,NULL);
1009
cvInitSystem
(1,(char**)&name);
[
all
...]
window_w32.cpp
227
CV_IMPL int
cvInitSystem
( int, char** )
726
cvInitSystem
(0,0);
[
all
...]
window_QT.cpp
482
CV_IMPL int
cvInitSystem
(int, char**)
[
all
...]
Completed in 346 milliseconds