1
0
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:
kyO The NinjA 2020-06-03 19:17:20 -03:00
parent 8800682b28
commit 56601b2ae2

View File

@ -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):