Searched defs:cvGetWindowHandle (Results 1 - 5 of 5) sorted by relevance

/external/opencv3/modules/highgui/src/
H A Dwindow.cpp586 CV_IMPL void* cvGetWindowHandle( const char* ) function
588 CV_NO_GUI_ERROR( "cvGetWindowHandle" );
H A Dwindow_carbon.cpp721 CV_IMPL void* cvGetWindowHandle( const char* name ) function
H A Dwindow_gtk.cpp1625 CV_IMPL void* cvGetWindowHandle( const char* window_name ) function
1629 CV_FUNCNAME( "cvGetWindowHandle" );
H A Dwindow_w32.cpp2320 CV_IMPL void* cvGetWindowHandle( const char* window_name ) function
2324 CV_FUNCNAME( "cvGetWindowHandle" );
H A Dwindow_QT.cpp531 CV_IMPL void* cvGetWindowHandle(const char* name) function

Completed in 445 milliseconds