mirror of
https://github.com/W1NDes/M-AzurLaneAutoScript.git
synced 2026-05-14 07:08:04 +08:00
Fix: added homography as backend in D1 map
- for Aurora Noctis event.
This commit is contained in:
parent
c241405c99
commit
3790589c75
@ -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']
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user