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:
@@ -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):
|
||||
|
||||
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user