1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-04-23 08:31:53 +08:00

Fix: increase tile_center matching success rate in light map

This commit is contained in:
Air111
2024-05-14 23:09:11 +08:00
committed by LmeSzinc
parent 445e6c61e7
commit df88ee7c06
7 changed files with 7 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ class Config:
'prominence': 10,
'distance': 35,
}
HOMO_CANNY_THRESHOLD = (50, 100)
MAP_SWIPE_MULTIPLY = (0.993, 1.011)
MAP_SWIPE_MULTIPLY_MINITOUCH = (0.960, 0.978)
MAP_SWIPE_MULTIPLY_MAATOUCH = (0.932, 0.949)