mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-16 06:57:21 +08:00
Fix: Perspective parameters in Abyssal Refrain BD (#2253)
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
# Event List
|
# Event List
|
||||||
|
|
||||||
|
The `/campaign` directory is used to place map files.
|
||||||
|
|
||||||
To add a new event, add a new row in here, and run `python -m module.config.config_updater`. Some date in directory not equal to Aired date, because they use the map files in old events. Use `Ctrl+F` to search what you want.
|
To add a new event, add a new row in here, and run `python -m module.config.config_updater`. Some date in directory not equal to Aired date, because they use the map files in old events. Use `Ctrl+F` to search what you want.
|
||||||
|
|
||||||
**Aired Date** The date that the event aired for the first time.
|
**Aired Date** The date that the event aired for the first time.
|
||||||
|
|||||||
@@ -55,6 +55,20 @@ 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,
|
||||||
|
|||||||
@@ -55,6 +55,20 @@ 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,
|
||||||
|
|||||||
Reference in New Issue
Block a user