getWindowProperty 370 modules/highgui/include/opencv2/highgui.hpp CV_EXPORTS_W double getWindowProperty(const String& winname, int prop_id); getWindowProperty 278 modules/highgui/src/window.cpp const double useGl = getWindowProperty(winname, WND_PROP_OPENGL); getWindowProperty 289 modules/highgui/src/window.cpp const double autoSize = getWindowProperty(winname, WND_PROP_AUTOSIZE); getWindowProperty 330 modules/highgui/src/window.cpp const double useGl = getWindowProperty(winname, WND_PROP_OPENGL); getWindowProperty 338 modules/highgui/src/window.cpp const double autoSize = getWindowProperty(winname, WND_PROP_AUTOSIZE);