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

Merge remote-tracking branch 'origin/master' into reward_shop_rebirth

This commit is contained in:
nEEtdo0d
2021-07-25 14:34:36 -04:00
10 changed files with 94 additions and 12 deletions

View File

@@ -342,6 +342,7 @@ class AzurLaneConfig:
HORIZONTAL_LINES_THETA_THRESHOLD = 0.005
VERTICAL_LINES_THETA_THRESHOLD = 18
TRUST_EDGE_LINES = False # True to use edge to crop inner, false to use inner to crop edge
TRUST_EDGE_LINES_THRESHOLD = 5
# Parameters for perspective calculating
VANISH_POINT_RANGE = ((540, 740), (-3000, -1000))
DISTANCE_POINT_X_RANGE = ((-3200, -1600),)