From a0b4f7b4169d98fdb5b8da3dfad5c7b3b949c247 Mon Sep 17 00:00:00 2001 From: chenshijun <chenshijun@aiotlink.com> Date: 星期三, 08 九月 2021 18:15:37 +0800 Subject: [PATCH] bug --- src/utils/draw_util.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/draw_util.h b/src/utils/draw_util.h index 8a916b1..fac3353 100644 --- a/src/utils/draw_util.h +++ b/src/utils/draw_util.h @@ -11,8 +11,8 @@ void create_foldert(const char *path); -void draw_SDK_result(cv::Mat mat_img, Target& target); -void draw_SDK_result(const int cam_id, cv::Mat mat_img, TResult& t_result); +void draw_SDK_result(cv::Mat mat_img, Target* target); +void draw_SDK_result(const int cam_id, cv::Mat mat_img, TResult* t_result); -- Gitblit v1.8.0