1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-04-20 06:04:59 +08:00

Fix: Handle machine fortress

This commit is contained in:
18870
2021-09-16 19:09:44 +08:00
parent 14b706ac35
commit 56e86cc7ae
6 changed files with 44 additions and 0 deletions

View File

@@ -60,6 +60,19 @@ class Config:
MAP_HAS_AMBUSH = False
MAP_HAS_MYSTERY = False
# ===== End of generated config =====
DETECTION_BACKEND = 'perspective'
INTERNAL_LINES_FIND_PEAKS_PARAMETERS = {
'height': (120, 255 - 40),
'width': (1.5, 10),
'prominence': 10,
'distance': 35,
}
EDGE_LINES_FIND_PEAKS_PARAMETERS = {
'height': (255 - 40, 255),
'prominence': 10,
'distance': 50,
'wlen': 1000
}
MAP_ENEMY_GENRE_DETECTION_SCALING = {
'DD': 1.111,
'CL': 1.111,