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

finish weapon destory

This commit is contained in:
RuaBQ
2020-09-16 19:20:53 +08:00
parent 8bff63d0dd
commit cd174fbb8a
24 changed files with 59 additions and 16 deletions

View File

@@ -291,8 +291,8 @@ class box_detect:
image = self.crop(area=area)
# logger.info(TEMPLATE_WEAPON_UPGRADE.match_result(image))
return TEMPLATE_BOX_T1.match(image, similarity=0.45)
logger.info(TEMPLATE_WEAPON_UPGRADE.match_result(image))
return TEMPLATE_WEAPON_UPGRADE.match(image, similarity=0.5)
def Predict_Box_T1(self, area):