Searched refs:cvGetWindowName (Results 1 - 7 of 7) sorted by relevance

/external/opencv3/modules/highgui/include/opencv2/highgui/
H A Dhighgui_c.h150 CVAPI(const char*) cvGetWindowName( void* window_handle );
/external/opencv3/modules/highgui/src/
H A Dwindow.cpp592 CV_IMPL const char* cvGetWindowName( void* ) function
594 CV_NO_GUI_ERROR( "cvGetWindowName" );
H A Dwindow_cocoa.mm66 CV_IMPL const char* cvGetWindowName( void* window_handle ) {return NULL;}
464 CV_IMPL const char* cvGetWindowName( void* window_handle )
466 //cout << "cvGetWindowName" << endl;
H A Dwindow_carbon.cpp740 CV_IMPL const char* cvGetWindowName( void* window_handle ) function
744 CV_FUNCNAME( "cvGetWindowName" );
H A Dwindow_gtk.cpp1648 CV_IMPL const char* cvGetWindowName( void* window_handle ) function
1652 CV_FUNCNAME( "cvGetWindowName" );
H A Dwindow_QT.cpp540 CV_IMPL const char* cvGetWindowName(void* window_handle) function
H A Dwindow_w32.cpp2343 CV_IMPL const char* cvGetWindowName( void* window_handle ) function
2347 CV_FUNCNAME( "cvGetWindowName" );

Completed in 94 milliseconds