HomeSort by relevance Sort by last modified time
    Searched defs:cvInitSystem (Results 1 - 5 of 5) sorted by null

  /external/opencv3/modules/highgui/src/
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 186 milliseconds