1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-04-19 06:17:08 +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

@@ -53,6 +53,21 @@ class Config:
MAP_HAS_AMBUSH = False
MAP_HAS_MYSTERY = False
# ===== End of generated config =====
# DETECTION_BACKEND = 'perspective'
INTERNAL_LINES_FIND_PEAKS_PARAMETERS = {
'height': (80, 255 - 40),
'width': (0.9, 10),
'prominence': 10,
'distance': 35,
}
EDGE_LINES_FIND_PEAKS_PARAMETERS = {
'height': (255 - 24, 255),
'prominence': 10,
'distance': 50,
# 'width': (0, 7),
'wlen': 1000
}
HOMO_CANNY_THRESHOLD = (50, 50)
MAP_ENEMY_GENRE_DETECTION_SCALING = {
'DD': 1.111,
'CL': 1.111,