OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cvDestroyWindow
(Results
1 - 5
of
5
) sorted by null
/external/opencv3/modules/highgui/src/
window.cpp
163
cvDestroyWindow
( winname.c_str() );
520
CV_IMPL void
cvDestroyWindow
( const char* )
522
CV_NO_GUI_ERROR( "
cvDestroyWindow
" );
window_carbon.cpp
340
CV_IMPL void
cvDestroyWindow
( const char* name)
342
CV_FUNCNAME( "
cvDestroyWindow
" );
window_gtk.cpp
[
all
...]
window_w32.cpp
958
CV_IMPL void
cvDestroyWindow
( const char* name )
960
CV_FUNCNAME( "
cvDestroyWindow
" );
[
all
...]
window_QT.cpp
508
CV_IMPL void
cvDestroyWindow
(const char* name)
[
all
...]
Completed in 86 milliseconds