mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Fix: Edge detection in B1D1 (#1072)
This commit is contained in:
parent
f2c284e1f5
commit
6ed3294b2b
@ -91,6 +91,7 @@ class Config:
|
||||
}
|
||||
HOMO_EDGE_COLOR_RANGE = (0, 49)
|
||||
HOMO_EDGE_HOUGHLINES_THRESHOLD = 300
|
||||
MAP_ENSURE_EDGE_INSIGHT_CORNER = 'bottom-right'
|
||||
MAP_SWIPE_MULTIPLY = 1.506
|
||||
MAP_SWIPE_MULTIPLY_MINITOUCH = 1.456
|
||||
|
||||
|
||||
@ -91,6 +91,7 @@ class Config:
|
||||
}
|
||||
HOMO_EDGE_COLOR_RANGE = (0, 33)
|
||||
HOMO_EDGE_HOUGHLINES_THRESHOLD = 300
|
||||
MAP_ENSURE_EDGE_INSIGHT_CORNER = 'bottom-right'
|
||||
MAP_SWIPE_MULTIPLY = 1.506
|
||||
MAP_SWIPE_MULTIPLY_MINITOUCH = 1.456
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user