派生自 Algorithm/baseDetector

Scheaven
2021-08-11 8e10c57c7e053d8789747cf1e2c5fa78f2f65cc7
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);