mirror of
https://github.com/LmeSzinc/AzurLaneAutoScript.git
synced 2025-01-08 12:27:33 +08:00
Fix: Perspective parameters in Abyssal Refrain B
This commit is contained in:
parent
3e585ab8e7
commit
8e6bb5631d
@ -55,20 +55,6 @@ class Config:
|
|||||||
MAP_HAS_MYSTERY = False
|
MAP_HAS_MYSTERY = False
|
||||||
# ===== End of generated config =====
|
# ===== End of generated config =====
|
||||||
|
|
||||||
INTERNAL_LINES_FIND_PEAKS_PARAMETERS = {
|
|
||||||
'height': (150, 255 - 17),
|
|
||||||
'width': (0.9, 10),
|
|
||||||
'prominence': 10,
|
|
||||||
'distance': 35,
|
|
||||||
}
|
|
||||||
EDGE_LINES_FIND_PEAKS_PARAMETERS = {
|
|
||||||
'height': (255 - 17, 255),
|
|
||||||
'prominence': 10,
|
|
||||||
'distance': 50,
|
|
||||||
# 'width': (0, 7),
|
|
||||||
'wlen': 1000
|
|
||||||
}
|
|
||||||
HOMO_EDGE_COLOR_RANGE = (0, 17)
|
|
||||||
MAP_ENEMY_GENRE_DETECTION_SCALING = {
|
MAP_ENEMY_GENRE_DETECTION_SCALING = {
|
||||||
'DD': 1.111,
|
'DD': 1.111,
|
||||||
'CL': 1.111,
|
'CL': 1.111,
|
||||||
@ -76,6 +62,7 @@ class Config:
|
|||||||
'BBred': 1.111,
|
'BBred': 1.111,
|
||||||
'CV': 1.111,
|
'CV': 1.111,
|
||||||
}
|
}
|
||||||
|
MAP_ENSURE_EDGE_INSIGHT_CORNER = 'bottom'
|
||||||
MAP_SWIPE_MULTIPLY = (0.974, 0.992)
|
MAP_SWIPE_MULTIPLY = (0.974, 0.992)
|
||||||
MAP_SWIPE_MULTIPLY_MINITOUCH = (0.942, 0.959)
|
MAP_SWIPE_MULTIPLY_MINITOUCH = (0.942, 0.959)
|
||||||
MAP_SWIPE_MULTIPLY_MAATOUCH = (0.914, 0.931)
|
MAP_SWIPE_MULTIPLY_MAATOUCH = (0.914, 0.931)
|
||||||
|
@ -76,6 +76,7 @@ class Config:
|
|||||||
'BBred': 1.111,
|
'BBred': 1.111,
|
||||||
'CV': 1.111,
|
'CV': 1.111,
|
||||||
}
|
}
|
||||||
|
MAP_ENSURE_EDGE_INSIGHT_CORNER = 'bottom'
|
||||||
MAP_SWIPE_MULTIPLY = (0.974, 0.992)
|
MAP_SWIPE_MULTIPLY = (0.974, 0.992)
|
||||||
MAP_SWIPE_MULTIPLY_MINITOUCH = (0.942, 0.959)
|
MAP_SWIPE_MULTIPLY_MINITOUCH = (0.942, 0.959)
|
||||||
MAP_SWIPE_MULTIPLY_MAATOUCH = (0.914, 0.931)
|
MAP_SWIPE_MULTIPLY_MAATOUCH = (0.914, 0.931)
|
||||||
|
Loading…
Reference in New Issue
Block a user