hero_detector.py 文件源码

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

项目:overwatch-counter-picker 作者: cheshire137 项目源码 文件源码
def scale_template_for_cards_screen(self, template):
    (height, width) = template.shape[:2]
    new_width = int(math.ceil(width * 0.78))
    return imutils.resize(template, width=new_width)

  # Returns true if the given y-axis position represents a hero on the red team.
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号