HomeSort by relevance Sort by last modified time
    Searched refs:windowname (Results 1 - 3 of 3) sorted by null

  /external/opencv3/samples/python2/
common.py 78 def __init__(self, windowname, dests, colors_func):
80 self.windowname = windowname
85 cv2.setMouseCallback(self.windowname, self.on_mouse)
88 cv2.imshow(self.windowname, self.dests[0])
  /external/opencv3/samples/cpp/
select3dobj.cpp 198 static int select3DBox(const string& windowname, const string& selWinName, const Mat& frame,
205 setMouseCallback(windowname, onMouse, &mouse);
285 imshow(windowname, shownFrame);
  /external/opencv/cxcore/include/
cxcore.h     [all...]

Completed in 940 milliseconds