From 06d9122600054934d4793f8a55fe10289f410743 Mon Sep 17 00:00:00 2001
From: zhangmeng <775834166@qq.com>
Date: 星期五, 15 十一月 2019 10:07:46 +0800
Subject: [PATCH] add comment
---
csrc/buz/plate/detector.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/csrc/buz/plate/detector.h b/csrc/buz/plate/detector.h
index c2fe9ac..2889503 100644
--- a/csrc/buz/plate/detector.h
+++ b/csrc/buz/plate/detector.h
@@ -3,11 +3,12 @@
#include "../base.hpp"
+struct _cPlateIDCfg;
struct _cPlateIDResult;
struct _cIMAGE;
namespace csdk_wrap{
- int init_plate_id_detector(const int width, const int height, char *soPath);
+ int init_plate_id_detector(const cPlateIDCfg *params, char *soPath);
cPlateIDResult* plate_id_detect(int *plateIDCount, const cIMAGE *img);
int uninit_plate_id_detector();
}
--
Gitblit v1.8.0