OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setTrackbarPos
(Results
1 - 3
of
3
) sorted by null
/external/opencv3/samples/tapi/
clahe.cpp
63
setTrackbarPos
("Tile Size", "CLAHE", cur_tilesize.width);
64
setTrackbarPos
("Clip Limit", "CLAHE", cur_clip);
/external/opencv3/modules/highgui/include/opencv2/
highgui.hpp
468
CV_EXPORTS_W void
setTrackbarPos
(const String& trackbarname, const String& winname, int pos);
/external/opencv3/modules/highgui/src/
window.cpp
204
void cv::
setTrackbarPos
( const String& trackbarName, const String& winName, int value )
Completed in 69 milliseconds