HomeSort by relevance Sort by last modified time
    Searched refs:cvGetWindowName (Results 1 - 7 of 7) sorted by null

  /external/opencv3/modules/highgui/include/opencv2/highgui/
highgui_c.h 150 CVAPI(const char*) cvGetWindowName( void* window_handle );
  /external/opencv3/modules/highgui/src/
window.cpp 592 CV_IMPL const char* cvGetWindowName( void* )
594 CV_NO_GUI_ERROR( "cvGetWindowName" );
window_cocoa.mm 66 CV_IMPL const char* cvGetWindowName( void* window_handle ) {return NULL;}
464 CV_IMPL const char* cvGetWindowName( void* window_handle )
466 //cout << "cvGetWindowName" << endl;
window_carbon.cpp 740 CV_IMPL const char* cvGetWindowName( void* window_handle )
744 CV_FUNCNAME( "cvGetWindowName" );
window_gtk.cpp     [all...]
window_QT.cpp 540 CV_IMPL const char* cvGetWindowName(void* window_handle)
    [all...]
window_w32.cpp     [all...]

Completed in 38 milliseconds