mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 22:08:20 +08:00
Opt: Points and Lines class no longer require config
This commit is contained in:
@@ -290,7 +290,6 @@ class AzurLaneConfig:
|
||||
SCREEN_SIZE = (1280, 720)
|
||||
DETECTING_AREA = (123, 55, 1280, 720)
|
||||
SCREEN_CENTER = (SCREEN_SIZE[0] / 2, SCREEN_SIZE[1] / 2)
|
||||
MID_Y = SCREEN_CENTER[1]
|
||||
DETECTION_BACKEND = 'homography'
|
||||
# In event_20200723_cn B3D3, Grid have 1.2x width, images on the grid still remain the same.
|
||||
GRID_IMAGE_A_MULTIPLY = 1.0
|
||||
|
||||
Reference in New Issue
Block a user