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

Fix: Wrong perspective detection in OS port because of white grids outside map

This commit is contained in:
LmeSzinc
2021-04-14 19:26:44 +08:00
parent f14622cadc
commit ca59000039
3 changed files with 1 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ class OSConfig:
INTERNAL_LINES_FIND_PEAKS_PARAMETERS = {
'height': (80, 255 - 40),
'width': (1.5, 10),
'prominence': 10,
'prominence': 35,
'distance': 35,
}
EDGE_LINES_FIND_PEAKS_PARAMETERS = {