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.
hero_detector.py 文件源码
python
阅读 28
收藏 0
点赞 0
评论 0
评论列表
文章目录