Searched defs:cvShowImage (Results 1 - 6 of 6) sorted by relevance

/external/opencv/otherlibs/highgui/
H A D_highgui.h65 #define cvShowImage NULL macro
/external/opencv3/modules/highgui/src/
H A Dwindow.cpp275 cvShowImage(winname.c_str(), &c_img);
285 cvShowImage(winname.c_str(), &c_img);
532 cvShowImage( const char*, const CvArr* ) function
534 CV_NO_GUI_ERROR( "cvShowImage" );
H A Dwindow_carbon.cpp371 CV_IMPL void cvShowImage( const char* name, const CvArr* arr) function
373 CV_FUNCNAME( "cvShowImage" );
H A Dwindow_gtk.cpp297 // the case the first time cvShowImage called or when AUTOSIZE
312 // the case before cvShowImage called
1244 // if there is a call to cvShowImage in a mouse callback
1282 cvShowImage( const char* name, const CvArr* arr ) function
1284 CV_FUNCNAME( "cvShowImage" );
H A Dwindow_w32.cpp1086 cvShowImage( const char* name, const CvArr* arr ) function
1088 CV_FUNCNAME( "cvShowImage" );
H A Dwindow_QT.cpp686 CV_IMPL void cvShowImage(const char* name, const CvArr* arr) function

Completed in 497 milliseconds