mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 08:38:20 +08:00
Add: 活动AB图每日三倍基本稳定
- 调整了微层混合透视识别的参数 - 增加了在hsv色彩空间下的识别方法 - 增加了对地面闪烁红框的识别 - 增加了已打精英的计数 - 修改精英识别, boss识别, 舰队识别方法为hsv颜色计数 - 修复了自动生成camera_data的报错
This commit is contained in:
@@ -196,6 +196,7 @@ class AzurLaneConfig:
|
||||
'height': (255 - 24, 255),
|
||||
'prominence': 10,
|
||||
'distance': 50,
|
||||
'width': (0, 7),
|
||||
'wlen': 1000
|
||||
}
|
||||
# Parameters for cv2.HoughLines
|
||||
|
||||
Reference in New Issue
Block a user