OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setTrackbarMax
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/highgui/include/opencv2/
highgui.hpp
483
CV_EXPORTS_W void
setTrackbarMax
(const String& trackbarname, const String& winname, int maxval);
/external/opencv3/modules/highgui/src/
window.cpp
209
void cv::
setTrackbarMax
(const String& trackbarName, const String& winName, int maxval)
Completed in 263 milliseconds