1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-23 04:03:43 +08:00

Fix: added homography as backend in D1 map

- for Aurora Noctis event.
This commit is contained in:
Kyo
2020-08-16 16:44:43 -03:00
committed by GitHub
parent c241405c99
commit 3790589c75

View File

@@ -57,6 +57,8 @@ class Config:
MAP_HAS_DYNAMIC_RED_BORDER = False
MAP_HAS_MAP_STORY = True
MAP_SIREN_COUNT = 2
DETECTION_BACKEND = 'homography'
HOMO_STORAGE = ((6, 6), [(583.092, 82.574), (1247.528, 82.574), (564.74, 614.947), (1434.046, 614.947)])
HOMO_EDGE_HOUGHLINES_THRESHOLD = 350
MAP_SIREN_TEMPLATE = ['U101', 'U73', 'U552']