HomeSort by relevance Sort by last modified time
    Searched defs:cvResizeWindow (Results 1 - 5 of 5) sorted by null

  /external/opencv3/modules/highgui/src/
window.cpp 173 cvResizeWindow( winname.c_str(), width, height );
537 CV_IMPL void cvResizeWindow( const char*, int, int )
539 CV_NO_GUI_ERROR( "cvResizeWindow" );
window_carbon.cpp 402 cvResizeWindow( name, image->cols, image->rows );
425 CV_IMPL void cvResizeWindow( const char* name, int width, int height)
427 CV_FUNCNAME( "cvResizeWindow" );
window_gtk.cpp     [all...]
window_w32.cpp     [all...]
window_QT.cpp 561 CV_IMPL void cvResizeWindow(const char* name, int width, int height)
    [all...]

Completed in 84 milliseconds