solver.py 文件源码

python
阅读 37 收藏 0 点赞 0 评论 0

项目:airport 作者: cfircohen 项目源码 文件源码
def MatchTemplate(template, target):
  """Returns match score for given template"""
  res = cv2.matchTemplate(target, template, cv2.TM_CCOEFF_NORMED)
  min_val, max_val, min_loc, max_loc = cv2.minMaxLoc(res)
  return max_val
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号