1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-04-23 01:46:57 +08:00

Opt: Perspective parameters Ininverted Orthant

This commit is contained in:
LmeSzinc
2022-11-11 01:47:30 +08:00
parent 0e636994cc
commit 8e82984775
4 changed files with 27 additions and 14 deletions

View File

@@ -64,6 +64,19 @@ class Config:
MAP_HAS_AMBUSH = False
# ===== 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,
'wlen': 1000
}
HOMO_EDGE_COLOR_RANGE = (0, 17)
MAP_SWIPE_MULTIPLY = 1.561
MAP_SWIPE_MULTIPLY_MINITOUCH = 1.509
MAP_ENEMY_GENRE_DETECTION_SCALING = {