OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setWindowProperty
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/highgui/include/opencv2/
highgui.hpp
347
The function
setWindowProperty
enables changing properties of a window.
349
CV_EXPORTS_W void
setWindowProperty
(const String& winname, int prop_id, double prop_value);
366
See
setWindowProperty
to know the meaning of the returned values.
/external/opencv3/modules/highgui/src/
window.cpp
181
void cv::
setWindowProperty
(const String& winname, int prop_id, double prop_value)
Completed in 34 milliseconds