1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-04-12 09:03:35 +08:00
This commit is contained in:
SevCrane
2024-06-06 00:27:00 +08:00
parent abfbbe5064
commit 162ec3d14d
53 changed files with 4845 additions and 3671 deletions

View File

@@ -59,6 +59,7 @@ class Config:
'distance': 50,
'wlen': 1000
}
HOMO_CANNY_THRESHOLD = (75, 100)
HOMO_EDGE_COLOR_RANGE = (0, 49)
HOMO_EDGE_HOUGHLINES_THRESHOLD = 210
MAP_SWIPE_MULTIPLY = (0.977, 0.995)