mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-29 00:08:02 +08:00
Fix: Update parameters for map detection because map background get lighter now
This commit is contained in:
@@ -48,19 +48,6 @@ class Config:
|
||||
INTERNAL_LINES_HOUGHLINES_THRESHOLD = 30
|
||||
EDGE_LINES_HOUGHLINES_THRESHOLD = 30
|
||||
COINCIDENT_POINT_ENCOURAGE_DISTANCE = 1.2
|
||||
INTERNAL_LINES_FIND_PEAKS_PARAMETERS = {
|
||||
'height': (150, 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, 10),
|
||||
'wlen': 1000,
|
||||
}
|
||||
|
||||
|
||||
class Campaign(CampaignBase):
|
||||
|
||||
Reference in New Issue
Block a user