1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 02:48:23 +08:00

Refactor: Use numpy image cache instead of pillow image

This commit is contained in:
LmeSzinc
2022-01-23 15:50:15 +08:00
parent 6df7684a37
commit 65f166ad12
51 changed files with 286 additions and 228 deletions

View File

@@ -24,7 +24,7 @@ class HpDaemon(ModuleBase):
Returns:
float: HP. 0 to 1.
"""
# bar = np.array(image.crop(area))
# bar = crop(image, area)
# length = bar.shape[1]
# bar = np.swapaxes(bar, 0, 1)
# bar = bar[::-1, :, :] if reverse else bar