1
0
mirror of https://github.com/sui-feng-cb/AzurLaneAutoScript1.git synced 2026-07-13 10:58:02 +08:00

Upd: research S9

This commit is contained in:
2026-07-09 20:12:47 +08:00
parent 0ad55dda8b
commit 2cb32d2ca0
22 changed files with 199 additions and 24 deletions

View File

@@ -14,6 +14,8 @@ RESEARCH_SCALING = [
def match_series(image, scaling):
image = rgb2gray(image)
if TEMPLATE_S9.match(image, scaling=scaling):
return 9
if TEMPLATE_S8.match(image, scaling=scaling):
return 8
if TEMPLATE_S7.match(image, scaling=scaling):