mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 09:50:40 +08:00
fix.改了些有的没的报错,修复一处崩溃问题
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user