Searched refs:thresh_callback (Results 1 – 5 of 5) sorted by relevance
/external/opencv3/samples/cpp/tutorial_code/ShapeDescriptors/ |
D | findContours_demo.cpp | 23 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
|
D | hull_demo.cpp | 23 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
|
D | generalContours_demo2.cpp | 23 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
|
D | generalContours_demo1.cpp | 23 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
|
D | moments_demo.cpp | 23 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
|