fix.修复一些warning

This commit is contained in:
MistEO
2021-12-31 23:19:49 +08:00
parent fecd067c18
commit d424cfb935
21 changed files with 81 additions and 71 deletions

View File

@@ -4,7 +4,7 @@
#include "Logger.hpp"
#include "Resource.h"
asst::MatchImageAnalyzer::MatchImageAnalyzer(const cv::Mat image, const Rect& roi, std::string templ_name, double templ_thres, double hist_thres)
asst::MatchImageAnalyzer::MatchImageAnalyzer(const cv::Mat image, const Rect& roi, std::string templ_name, double templ_thres)
: AbstractImageAnalyzer(image, roi),
m_templ_name(std::move(templ_name)),
m_templ_thres(templ_thres)