mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Fix: [EN] reduced the threshold of cv2.HoughLines on SP3 of the 'Prelude under the Moon'
This commit is contained in:
parent
8800682b28
commit
56601b2ae2
@ -29,6 +29,8 @@ class Config:
|
||||
SUBMARINE = 0
|
||||
FLEET_BOSS = 0
|
||||
MAP_HAS_AMBUSH = False
|
||||
INTERNAL_LINES_HOUGHLINES_THRESHOLD = 40
|
||||
EDGE_LINES_HOUGHLINES_THRESHOLD = 40
|
||||
|
||||
|
||||
class Campaign(CampaignBase):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user