mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 03:58:22 +08:00
Refactor: Use numpy image cache instead of pillow image
This commit is contained in:
@@ -105,7 +105,7 @@ class StrategyHandler(InfoHandler):
|
||||
Returns:
|
||||
int: Formation index.
|
||||
"""
|
||||
image = np.array(self.image_area(MAP_BUFF))
|
||||
image = np.array(self.image_crop(MAP_BUFF))
|
||||
if TEMPLATE_FORMATION_2.match(image):
|
||||
buff = 'double_line'
|
||||
elif TEMPLATE_FORMATION_1.match(image):
|
||||
|
||||
Reference in New Issue
Block a user