feat.初步完成干员职业及费用识别

This commit is contained in:
MistEO
2022-01-17 01:11:31 +08:00
parent 41d3067a12
commit 6fa1ea2882
26 changed files with 681 additions and 21 deletions

View File

@@ -95,7 +95,7 @@ bool asst::MultiMatchImageAnalyzer::multi_match_templ(const cv::Mat templ)
return false;
}
if (m_mask_range.first == m_mask_range.second) {
if (m_mask_range.first == 0 && m_mask_range.second == 0) {
cv::matchTemplate(image_roi, templ, matched, cv::TM_CCOEFF_NORMED);
}
else {