mirror of
https://github.com/sui-feng-cb/AzurLaneAutoScript1.git
synced 2026-06-18 16:25:41 +08:00
Fix: Wrong perspective detection in OS port because of white grids outside map
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 7.8 KiB After Width: | Height: | Size: 7.8 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 8.2 KiB After Width: | Height: | Size: 8.2 KiB |
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user