Commit 717b2f49 authored by Alexander Alekhin's avatar Alexander Alekhin Committed by GitHub

Merge pull request #9139 from Cartucho:improve_match_template_py

GSoC - Improving code match_template.py
parents a2f71326 7c65f7ef
......@@ -74,7 +74,7 @@ def MatchingMethod(param):
cv2.normalize( result, result, 0, 1, cv2.NORM_MINMAX, -1 )
## [normalize]
## [best_match]
minVal, maxVal, minLoc, maxLoc = cv2.minMaxLoc(result, None)
_minVal, _maxVal, minLoc, maxLoc = cv2.minMaxLoc(result, None)
## [best_match]
## [match_loc]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment