Searched refs:MatchingMethod (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/samples/cpp/tutorial_code/Histograms_Matching/ |
D | MatchTemplate_Demo.cpp | 25 void MatchingMethod( int, void* ); 42 createTrackbar( trackbar_label, image_window, &match_method, max_Trackbar, MatchingMethod ); in main() 44 MatchingMethod( 0, 0 ); in main() 54 void MatchingMethod( int, void* ) in MatchingMethod() function
|
/external/opencv3/doc/tutorials/imgproc/histograms/template_matching/ |
D | template_matching.markdown | 127 the callback function **MatchingMethod** is called. 130 createTrackbar( trackbar_label, image_window, &match_method, max_Trackbar, MatchingMethod );
|