mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 09:48:20 +08:00
Fix: Gray scale GIF has has multiple channels started at the 2nd frame
This commit is contained in:
@@ -175,7 +175,7 @@ class Button(Resource):
|
||||
self._button_offset = area_offset(self._button, offset[:2] + np.array(point))
|
||||
return similarity > threshold
|
||||
|
||||
def match_appear_on(self, image, threshold=10):
|
||||
def match_appear_on(self, image, threshold=30):
|
||||
"""
|
||||
Args:
|
||||
image: Screenshot.
|
||||
|
||||
Reference in New Issue
Block a user