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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user