matchTemplate(image, templ, method, result=None, mask=None)image:表示等待搜索的图像templ:就是需要在image里面找的元素method:计算的匹配方法result:匹配结果图像 如果image=[W,H] templ=[w,h] result=[W-w+1,H-h+1]
matchTemplate图片匹配
原文:https://www.cnblogs.com/sdosun/p/13401501.html