mirror of
https://github.com/W1NDes/M-AzurLaneAutoScript.git
synced 2026-05-14 02:08:05 +08:00
Opt: Edge detection in Northern Overture Rerun chapter AB
This commit is contained in:
parent
7508597492
commit
040e1084a0
@ -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):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user