1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-21 06:45:34 +08:00

Opt: Edge detection in Northern Overture Rerun chapter AB

This commit is contained in:
LmeSzinc
2022-02-11 18:11:05 +08:00
parent 7508597492
commit 040e1084a0
2 changed files with 4 additions and 0 deletions

View File

@@ -50,6 +50,8 @@ class Config:
MAP_SWIPE_MULTIPLY = 1.532
MAP_SWIPE_MULTIPLY_MINITOUCH = 1.481
HOMO_EDGE_HOUGHLINES_THRESHOLD = 180
HOMO_EDGE_COLOR_RANGE = (0, 17)
class Campaign(CampaignBase):

View File

@@ -57,6 +57,8 @@ class Config:
MAP_SWIPE_MULTIPLY = 1.512
MAP_SWIPE_MULTIPLY_MINITOUCH = 1.462
HOMO_EDGE_HOUGHLINES_THRESHOLD = 180
HOMO_EDGE_COLOR_RANGE = (0, 17)
class Campaign(CampaignBase):