Home
last modified time | relevance | path

Searched refs:windowname (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/samples/python2/
Dcommon.py78 def __init__(self, windowname, dests, colors_func): argument
80 self.windowname = windowname
85 cv2.setMouseCallback(self.windowname, self.on_mouse)
88 cv2.imshow(self.windowname, self.dests[0])
/external/opencv3/samples/cpp/
Dselect3dobj.cpp198 static int select3DBox(const string& windowname, const string& selWinName, const Mat& frame, in select3DBox() argument
205 setMouseCallback(windowname, onMouse, &mouse); in select3DBox()
285 imshow(windowname, shownFrame); in select3DBox()
/external/opencv/cxcore/include/
Dcxcore.h1766 typedef void (CV_CDECL * CvShowImageFunc)( const char* windowname, const CvArr* image );