fix.改了些有的没的报错,修复一处崩溃问题

This commit is contained in:
MistEO
2021-12-27 00:58:52 +08:00
parent 37b526672f
commit dc3d48ab71
42 changed files with 3069 additions and 3059 deletions

View File

@@ -445,7 +445,7 @@ void asst::InfrastOperImageAnalyzer::doing_analyze()
}
}
std::string asst::InfrastOperImageAnalyzer::hash_calc(const cv::Mat& image)
std::string asst::InfrastOperImageAnalyzer::hash_calc(const cv::Mat image)
{
//constexpr static int HashKernelSize = 16;
const static cv::Size HashKernel(16, 16);