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

  /external/opencv3/modules/highgui/src/
window.cpp 186 double cv::getWindowProperty(const String& winname, int prop_id)
278 const double useGl = getWindowProperty(winname, WND_PROP_OPENGL);
289 const double autoSize = getWindowProperty(winname, WND_PROP_AUTOSIZE);
330 const double useGl = getWindowProperty(winname, WND_PROP_OPENGL);
338 const double autoSize = getWindowProperty(winname, WND_PROP_AUTOSIZE);
  /external/opencv3/modules/highgui/include/opencv2/
highgui.hpp 146 // Flags for set / getWindowProperty
368 The function getWindowProperty returns properties of a window.
370 CV_EXPORTS_W double getWindowProperty(const String& winname, int prop_id);

Completed in 1574 milliseconds