thresh_callback    23 samples/cpp/tutorial_code/ShapeDescriptors/findContours_demo.cpp void thresh_callback(int, void* );
thresh_callback    47 samples/cpp/tutorial_code/ShapeDescriptors/findContours_demo.cpp   createTrackbar( " Canny thresh:", "Source", &thresh, max_thresh, thresh_callback );
thresh_callback    48 samples/cpp/tutorial_code/ShapeDescriptors/findContours_demo.cpp   thresh_callback( 0, 0 );
thresh_callback    23 samples/cpp/tutorial_code/ShapeDescriptors/generalContours_demo1.cpp void thresh_callback(int, void* );
thresh_callback    42 samples/cpp/tutorial_code/ShapeDescriptors/generalContours_demo1.cpp   createTrackbar( " Threshold:", "Source", &thresh, max_thresh, thresh_callback );
thresh_callback    43 samples/cpp/tutorial_code/ShapeDescriptors/generalContours_demo1.cpp   thresh_callback( 0, 0 );
thresh_callback    23 samples/cpp/tutorial_code/ShapeDescriptors/generalContours_demo2.cpp void thresh_callback(int, void* );
thresh_callback    42 samples/cpp/tutorial_code/ShapeDescriptors/generalContours_demo2.cpp   createTrackbar( " Threshold:", "Source", &thresh, max_thresh, thresh_callback );
thresh_callback    43 samples/cpp/tutorial_code/ShapeDescriptors/generalContours_demo2.cpp   thresh_callback( 0, 0 );
thresh_callback    23 samples/cpp/tutorial_code/ShapeDescriptors/hull_demo.cpp void thresh_callback(int, void* );
thresh_callback    42 samples/cpp/tutorial_code/ShapeDescriptors/hull_demo.cpp   createTrackbar( " Threshold:", "Source", &thresh, max_thresh, thresh_callback );
thresh_callback    43 samples/cpp/tutorial_code/ShapeDescriptors/hull_demo.cpp   thresh_callback( 0, 0 );
thresh_callback    23 samples/cpp/tutorial_code/ShapeDescriptors/moments_demo.cpp void thresh_callback(int, void* );
thresh_callback    42 samples/cpp/tutorial_code/ShapeDescriptors/moments_demo.cpp   createTrackbar( " Canny thresh:", "Source", &thresh, max_thresh, thresh_callback );
thresh_callback    43 samples/cpp/tutorial_code/ShapeDescriptors/moments_demo.cpp   thresh_callback( 0, 0 );