AirtestProject / AirtestProject/Airtest

image matching 链式api

未关闭
#323 0 条评论 0 个 reaction 已指派 3 人 已被 @Linzecong 认领 在 GitHub 查看
enhancement module/cv
主要语言
Python
星标
9.6k
派生
1.5k
PR 合并指标
30 天内没有已合并 PR

描述

在匹配到的图片中进一步匹配更详细的特征,例如:

```
# 在屏幕中匹配big_picture
cv_result = wait(Template("big_picture"))

# 在匹配到的big_picture中匹配小红点
if cv_result:
red_point = match(Template("red_point"), cv_result)
print("red_point is at: %s", red_point)
```

API还有待斟酌

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。