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

Add: 活动AB图每日三倍基本稳定

- 调整了微层混合透视识别的参数
- 增加了在hsv色彩空间下的识别方法
- 增加了对地面闪烁红框的识别
- 增加了已打精英的计数
- 修改精英识别, boss识别, 舰队识别方法为hsv颜色计数
- 修复了自动生成camera_data的报错
This commit is contained in:
LmeSzinc
2020-03-30 12:27:18 +08:00
committed by LmeSzinc
parent ce4887a4f5
commit 8366d7a258
14 changed files with 135 additions and 65 deletions

View File

@@ -111,7 +111,7 @@ class Perspective:
)
if len(horizontal) - len(self.horizontal) >= 3 or len(vertical) - len(self.vertical) >= 3:
logger.warning('Too many deleted lines')
# self.save_error_image()
self.save_error_image()
def load_image(self, image):
"""Method that turns image to monochrome and hide UI.