AirtestProject / AirtestProject/Airtest
image matching 链式api
Aberta
enhancement
module/cv
- Linguagem predominante
- Python
- Estrelas
- 9.6k
- Forks
- 1.5k
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
在匹配到的图片中进一步匹配更详细的特征,例如:
```
# 在屏幕中匹配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还有待斟酌
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Avaliação
Esta issue ainda não foi avaliada.