mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-24 04:25:56 +08:00
Fix: added homography as backend in D1 map
- for Aurora Noctis event.
This commit is contained in:
@@ -57,6 +57,8 @@ class Config:
|
|||||||
MAP_HAS_DYNAMIC_RED_BORDER = False
|
MAP_HAS_DYNAMIC_RED_BORDER = False
|
||||||
MAP_HAS_MAP_STORY = True
|
MAP_HAS_MAP_STORY = True
|
||||||
MAP_SIREN_COUNT = 2
|
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
|
HOMO_EDGE_HOUGHLINES_THRESHOLD = 350
|
||||||
MAP_SIREN_TEMPLATE = ['U101', 'U73', 'U552']
|
MAP_SIREN_TEMPLATE = ['U101', 'U73', 'U552']
|
||||||
|
|||||||
Reference in New Issue
Block a user