1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-26 23:09:24 +08:00

Opt: Perspective parameters Ininverted Orthant

This commit is contained in:
LmeSzinc
2022-11-10 23:34:31 +08:00
parent f64f02fac7
commit 6253b13830
4 changed files with 5 additions and 0 deletions

View File

@@ -73,6 +73,8 @@ class Config:
'CV': 1.111,
'BB': 1.111,
}
HOMO_EDGE_HOUGHLINES_THRESHOLD = 180
MAP_ENSURE_EDGE_INSIGHT_CORNER = 'bottom'
class Campaign(CampaignBase):

View File

@@ -83,6 +83,7 @@ class Config:
'CV': 1.111,
'BB': 1.111,
}
MAP_ENSURE_EDGE_INSIGHT_CORNER = 'bottom'
class Campaign(CampaignBase):

View File

@@ -92,6 +92,7 @@ class Config:
MAP_SWIPE_MULTIPLY = 1.579
MAP_SWIPE_MULTIPLY_MINITOUCH = 1.527
MAP_ENEMY_TEMPLATE = ['LightInvertedOrthant', 'MainInvertedOrthant', 'CarrierInvertedOrthant']
MAP_ENSURE_EDGE_INSIGHT_CORNER = 'bottom'
class Campaign(CampaignBase):

View File

@@ -87,6 +87,7 @@ class Config:
HOMO_EDGE_HOUGHLINES_THRESHOLD = 180
MAP_SWIPE_MULTIPLY = 1.445
MAP_SWIPE_MULTIPLY_MINITOUCH = 1.397
MAP_ENSURE_EDGE_INSIGHT_CORNER = 'bottom'
class Campaign(CampaignBase):