chore.一些有的没有小优化

This commit is contained in:
MistEO
2022-01-06 18:07:38 +08:00
parent 2bd68ad1fe
commit 63c08390fc
8 changed files with 89 additions and 80 deletions

View File

@@ -82,7 +82,7 @@ bool asst::MultiMatchImageAnalyzer::multi_match_templ(const cv::Mat templ)
}
}
if (need_push) {
m_result.emplace_back(MatchRect{ AlgorithmType::MatchTemplate, value, rect });
m_result.emplace_back(MatchRect{ value, rect });
}
}
}