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

  /external/opencv/otherlibs/highgui/
_highgui.h 65 #define cvShowImage NULL
  /external/opencv3/modules/highgui/src/
window.cpp 275 cvShowImage(winname.c_str(), &c_img);
285 cvShowImage(winname.c_str(), &c_img);
532 cvShowImage( const char*, const CvArr* )
534 CV_NO_GUI_ERROR( "cvShowImage" );
window_carbon.cpp 371 CV_IMPL void cvShowImage( const char* name, const CvArr* arr)
373 CV_FUNCNAME( "cvShowImage" );
window_gtk.cpp 297 // the case the first time cvShowImage called or when AUTOSIZE
312 // the case before cvShowImage called
    [all...]
window_w32.cpp 1086 cvShowImage( const char* name, const CvArr* arr )
1088 CV_FUNCNAME( "cvShowImage" );
    [all...]
window_QT.cpp 686 CV_IMPL void cvShowImage(const char* name, const CvArr* arr)
    [all...]

Completed in 374 milliseconds