1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-11 20:58:19 +08:00

Fix: Siren scaling in Khorovod of Dawns Rime chapter BD

- Opt: Perspective parameters in Khorovod of Dawns Rime
This commit is contained in:
LmeSzinc
2021-02-26 14:27:14 +08:00
parent 4f70cf74d0
commit d2a1e5ab36
5 changed files with 86 additions and 0 deletions

View File

@@ -53,6 +53,19 @@ class Config:
MAP_HAS_AMBUSH = False
# ===== End of generated config =====
INTERNAL_LINES_FIND_PEAKS_PARAMETERS = {
'height': (80, 255 - 24),
'width': (0.9, 10),
'prominence': 10,
'distance': 35,
}
EDGE_LINES_FIND_PEAKS_PARAMETERS = {
'height': (255 - 24, 255),
'prominence': 10,
'distance': 50,
# 'width': (0, 7),
'wlen': 1000
}
MAP_ENEMY_GENRE_DETECTION_SCALING = {
'DD': 1.111,
'CL': 1.111,

View File

@@ -57,6 +57,26 @@ class Config:
MAP_HAS_AMBUSH = False
# ===== End of generated config =====
INTERNAL_LINES_FIND_PEAKS_PARAMETERS = {
'height': (80, 255 - 24),
'width': (0.9, 10),
'prominence': 10,
'distance': 35,
}
EDGE_LINES_FIND_PEAKS_PARAMETERS = {
'height': (255 - 24, 255),
'prominence': 10,
'distance': 50,
# 'width': (0, 7),
'wlen': 1000
}
MAP_ENEMY_GENRE_DETECTION_SCALING = {
'CL': 1.111,
'CAred': 1.11,
'BB': 1.111,
'CV': 1.111,
}
class Campaign(CampaignBase):
MAP = MAP

View File

@@ -53,6 +53,19 @@ class Config:
MAP_HAS_AMBUSH = False
# ===== End of generated config =====
INTERNAL_LINES_FIND_PEAKS_PARAMETERS = {
'height': (80, 255 - 24),
'width': (0.9, 10),
'prominence': 10,
'distance': 35,
}
EDGE_LINES_FIND_PEAKS_PARAMETERS = {
'height': (255 - 24, 255),
'prominence': 10,
'distance': 50,
# 'width': (0, 7),
'wlen': 1000
}
MAP_ENEMY_GENRE_DETECTION_SCALING = {
'DD': 1.111,
'CL': 1.111,

View File

@@ -57,6 +57,26 @@ class Config:
MAP_HAS_AMBUSH = False
# ===== End of generated config =====
INTERNAL_LINES_FIND_PEAKS_PARAMETERS = {
'height': (80, 255 - 24),
'width': (0.9, 10),
'prominence': 10,
'distance': 35,
}
EDGE_LINES_FIND_PEAKS_PARAMETERS = {
'height': (255 - 24, 255),
'prominence': 10,
'distance': 50,
# 'width': (0, 7),
'wlen': 1000
}
MAP_ENEMY_GENRE_DETECTION_SCALING = {
'CL': 1.111,
'CAred': 1.111,
'BB': 1.111,
'CV': 1.111,
}
class Campaign(CampaignBase):
MAP = MAP

View File

@@ -68,6 +68,26 @@ class Config:
STAR_REQUIRE_3 = 0
# ===== End of generated config =====
INTERNAL_LINES_FIND_PEAKS_PARAMETERS = {
'height': (80, 255 - 24),
'width': (0.9, 10),
'prominence': 10,
'distance': 35,
}
EDGE_LINES_FIND_PEAKS_PARAMETERS = {
'height': (255 - 24, 255),
'prominence': 10,
'distance': 50,
# 'width': (0, 7),
'wlen': 1000
}
MAP_ENEMY_GENRE_DETECTION_SCALING = {
'CL': 1.111,
'CLred': 1.111,
'BB': 1.111,
'CV': 1.111,
}
class Campaign(CampaignBase):
MAP = MAP