mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-15 17:30:27 +08:00
fix: 尝试修复掉落识别闪退的问题
This commit is contained in:
@@ -609,6 +609,7 @@ std::optional<asst::TextRect> 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);
|
||||
|
||||
Reference in New Issue
Block a user