From b2dbdf8f196b38bd2dbf550c84bb1b35b63f68f5 Mon Sep 17 00:00:00 2001 From: zzyyyl Date: Mon, 2 Oct 2023 20:25:44 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=B0=9D=E8=AF=95=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E6=8E=89=E8=90=BD=E8=AF=86=E5=88=AB=E9=97=AA=E9=80=80=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/MaaCore/Vision/Miscellaneous/StageDropsImageAnalyzer.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/MaaCore/Vision/Miscellaneous/StageDropsImageAnalyzer.cpp b/src/MaaCore/Vision/Miscellaneous/StageDropsImageAnalyzer.cpp index b91249bbaf..1a83f4faa0 100644 --- a/src/MaaCore/Vision/Miscellaneous/StageDropsImageAnalyzer.cpp +++ b/src/MaaCore/Vision/Miscellaneous/StageDropsImageAnalyzer.cpp @@ -609,6 +609,7 @@ std::optional asst::StageDropsImageAnalyzer::match_quantity_stri } Matcher analyzer(m_image); + analyzer.set_threshold(0.8); analyzer.set_templ(templ); analyzer.set_mask_range(1, 255, false, true); analyzer.set_roi(roi);