Home
last modified time | relevance | path

Searched refs:thresh_callback (Results 1 – 5 of 5) sorted by relevance

/external/opencv3/samples/cpp/tutorial_code/ShapeDescriptors/
DfindContours_demo.cpp23 void thresh_callback(int, void* );
47 createTrackbar( " Canny thresh:", "Source", &thresh, max_thresh, thresh_callback ); in main()
48 thresh_callback( 0, 0 ); in main()
57 void thresh_callback(int, void* ) in thresh_callback() function
Dhull_demo.cpp23 void thresh_callback(int, void* );
42 createTrackbar( " Threshold:", "Source", &thresh, max_thresh, thresh_callback ); in main()
43 thresh_callback( 0, 0 ); in main()
52 void thresh_callback(int, void* ) in thresh_callback() function
DgeneralContours_demo2.cpp23 void thresh_callback(int, void* );
42 createTrackbar( " Threshold:", "Source", &thresh, max_thresh, thresh_callback ); in main()
43 thresh_callback( 0, 0 ); in main()
52 void thresh_callback(int, void* ) in thresh_callback() function
DgeneralContours_demo1.cpp23 void thresh_callback(int, void* );
42 createTrackbar( " Threshold:", "Source", &thresh, max_thresh, thresh_callback ); in main()
43 thresh_callback( 0, 0 ); in main()
52 void thresh_callback(int, void* ) in thresh_callback() function
Dmoments_demo.cpp23 void thresh_callback(int, void* );
42 createTrackbar( " Canny thresh:", "Source", &thresh, max_thresh, thresh_callback ); in main()
43 thresh_callback( 0, 0 ); in main()
52 void thresh_callback(int, void* ) in thresh_callback() function