Searched refs:matchLoc (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/samples/cpp/tutorial_code/Histograms_Matching/ |
D | MatchTemplate_Demo.cpp | 72 Point matchLoc; in MatchingMethod() local 79 { matchLoc = minLoc; } in MatchingMethod() 81 { matchLoc = maxLoc; } in MatchingMethod() 84 …rectangle( img_display, matchLoc, Point( matchLoc.x + templ.cols , matchLoc.y + templ.rows ), Scal… in MatchingMethod() 85 …rectangle( result, matchLoc, Point( matchLoc.x + templ.cols , matchLoc.y + templ.rows ), Scalar::a… in MatchingMethod()
|
/external/opencv3/doc/tutorials/imgproc/histograms/template_matching/ |
D | template_matching.markdown | 166 Point matchLoc; 180 corresponding value in the **matchLoc** variable: 183 { matchLoc = minLoc; } 185 { matchLoc = maxLoc; } 190 …rectangle( img_display, matchLoc, Point( matchLoc.x + templ.cols , matchLoc.y + templ.rows ), Scal… 191 …rectangle( result, matchLoc, Point( matchLoc.x + templ.cols , matchLoc.y + templ.rows ), Scalar::a…
|