mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-29 03:35:31 +08:00
Fix: Update parameters for map detection because map background get lighter now
This commit is contained in:
@@ -42,6 +42,19 @@ A6, B6, C6, D6, E6, F6, G6, H6, \
|
||||
|
||||
|
||||
class Config:
|
||||
INTERNAL_LINES_FIND_PEAKS_PARAMETERS = {
|
||||
'height': (120, 255 - 49),
|
||||
'width': (1.5, 10),
|
||||
'prominence': 10,
|
||||
'distance': 35,
|
||||
}
|
||||
EDGE_LINES_FIND_PEAKS_PARAMETERS = {
|
||||
'height': (255 - 49, 255),
|
||||
'prominence': 10,
|
||||
'distance': 50,
|
||||
'wlen': 1000
|
||||
}
|
||||
HOMO_EDGE_COLOR_RANGE = (0, 49)
|
||||
MAP_SWIPE_MULTIPLY = 1.519
|
||||
MAP_SWIPE_MULTIPLY_MINITOUCH = 1.469
|
||||
|
||||
|
||||
Reference in New Issue
Block a user