mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 10:10:45 +08:00
fix.修复一处日志错误,更新一处阈值
This commit is contained in:
@@ -527,7 +527,7 @@
|
||||
"EnterOperator": {
|
||||
"template": "EnterOperator.png",
|
||||
"rareDelay": 1000,
|
||||
"templThreshold": 0.8,
|
||||
"templThreshold": 0.7,
|
||||
"action": "clickSelf",
|
||||
"next": [
|
||||
"Stop"
|
||||
|
||||
@@ -88,7 +88,7 @@ std::optional<asst::Rect> asst::Identify::feature_match(
|
||||
)
|
||||
{
|
||||
if (query_mat_vector.empty() || train_mat_vector.empty()) {
|
||||
DebugTraceError("feature_match | image empty");
|
||||
DebugTraceError("feature_match | input vector is empty");
|
||||
return std::nullopt;
|
||||
}
|
||||
std::vector<cv::DMatch> matches;
|
||||
|
||||
Reference in New Issue
Block a user