Home
last modified time | relevance | path

Searched refs:MatchingMethod (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/samples/cpp/tutorial_code/Histograms_Matching/
DMatchTemplate_Demo.cpp25 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/
Dtemplate_matching.markdown127 the callback function **MatchingMethod** is called.
130 createTrackbar( trackbar_label, image_window, &match_method, max_Trackbar, MatchingMethod );