mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 06:18:21 +08:00
Opt: Faster globe detection
Downscale image before template matching, time cost reduced from about 0.6s to 0.15s - Fix: Zone info use before init - Opt: Allow globe_goto run from IN_GLOBE
This commit is contained in:
@@ -451,7 +451,8 @@ class AzurLaneConfig:
|
||||
"""
|
||||
OS_GLOBE_HOMO_STORAGE = ((4, 3), ((445, 180), (879, 180), (376, 497), (963, 497)))
|
||||
OS_GLOBE_DETECTING_AREA = (0, 0, 1280, 720)
|
||||
OS_GLOBE_GLOBAL_PAD = 700
|
||||
OS_GLOBE_IMAGE_PAD = 700
|
||||
OS_GLOBE_IMAGE_RESIZE = 0.5
|
||||
OS_GLOBE_FIND_PEAKS_PARAMETERS = {
|
||||
'height': 100,
|
||||
# 'width': (0.9, 5),
|
||||
|
||||
Reference in New Issue
Block a user