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

Opt: Perspective parameter and camera_data in chapter AC

This commit is contained in:
LmeSzinc
2022-07-28 22:28:44 +08:00
parent 51df1c4790
commit d7780bf378
6 changed files with 40 additions and 10 deletions

View File

@@ -5,8 +5,8 @@ from module.logger import logger
MAP = CampaignMap('C1')
MAP.shape = 'H8'
MAP.camera_data = ['D2', 'D6', 'E2', 'E6']
MAP.camera_data_spawn_point = ['E6', 'D6']
MAP.camera_data = ['D3', 'D6']
MAP.camera_data_spawn_point = ['D6']
MAP.map_data = """
++ -- -- -- -- ME -- --
++ -- ++ ++ Me -- ME --
@@ -67,6 +67,20 @@ class Config:
MAP_HAS_MYSTERY = False
# ===== End of generated config =====
INTERNAL_LINES_FIND_PEAKS_PARAMETERS = {
'height': (120, 255 - 17),
'width': (1.5, 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_ENSURE_EDGE_INSIGHT_CORNER = 'bottom'
MAP_ENEMY_GENRE_DETECTION_SCALING = {
'DD': 1.111,
'CL': 1.111,