1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-19 06:03:34 +08:00

Dev: coin_statistics

This commit is contained in:
2025-04-25 20:41:40 +08:00
parent 4b2cb5a1e1
commit b8c3772376
6 changed files with 122 additions and 6 deletions

View File

@@ -92,4 +92,4 @@ class GetItemsStatistics:
if ITEM_GROUP.grids is not None:
new = ITEM_GROUP.extract_template(image)
for name, im in new.items():
cv2.imwrite(os.path.join(folder, f'{name}.png'), im)
save_image(im, os.path.join(folder, f'{name}.png'))