Home
last modified time | relevance | path

Searched refs:cvDestroyWindow (Results 1 – 11 of 11) sorted by relevance

/external/opencv3/samples/cpp/
Dpolar_transforms.cpp77 cvDestroyWindow("Linear-Polar"); in main()
78 cvDestroyWindow("Log-Polar"); in main()
79 cvDestroyWindow("Recovered image"); in main()
Dsmiledetect.cpp153 cvDestroyWindow("result"); in main()
Dfacedetect.cpp193 cvDestroyWindow("result"); in main()
/external/opencv3/modules/highgui/include/opencv2/highgui/
Dhighgui_c.h142 CVAPI(void) cvDestroyWindow( const char* name );
227 #define cvvDestroyWindow cvDestroyWindow
/external/opencv3/modules/highgui/src/
Dwindow.cpp163 cvDestroyWindow( winname.c_str() ); in destroyWindow()
520 CV_IMPL void cvDestroyWindow( const char* ) in cvDestroyWindow() function
Dwindow_cocoa.mm52 CV_IMPL void cvDestroyWindow( const char* name) {} function
183 CV_IMPL void cvDestroyWindow( const char* name) function
187 //cout << "cvDestroyWindow" << endl;
203 cvDestroyWindow([key cStringUsingEncoding:NSASCIIStringEncoding]);
Dwindow_carbon.cpp340 CV_IMPL void cvDestroyWindow( const char* name) in cvDestroyWindow() function
Dwindow_gtk.cpp1228 CV_IMPL void cvDestroyWindow( const char* name ) in cvDestroyWindow() function
Dwindow_w32.cpp958 CV_IMPL void cvDestroyWindow( const char* name ) in cvDestroyWindow() function
Dwindow_QT.cpp508 CV_IMPL void cvDestroyWindow(const char* name) in cvDestroyWindow() function
/external/opencv/otherlibs/highgui/
Dhighgui.h231 #define cvvDestroyWindow cvDestroyWindow in LOAD_CHDL()