From 4d025c4a8c81c0bfdd159586528db0af72e6a6d6 Mon Sep 17 00:00:00 2001
From: zhangmeng <775834166@qq.com>
Date: 星期五, 15 十一月 2019 13:55:48 +0800
Subject: [PATCH] update

---
 csdk.h |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/csdk.h b/csdk.h
index a7f67ec..e4f9961 100644
--- a/csdk.h
+++ b/csdk.h
@@ -32,12 +32,18 @@
 
 uchar* c_api_face_extract(int *featLen, const cFacePos* pos, uchar*data, const int w, const int h, const int channel);
 float c_api_face_compare(uchar *feat1, uchar *feat2);
+cRECT* c_api_face_track_only(int *fCount, uchar *data, const int wid, const int hei, const int channel);
+cFaceInfo* c_api_face_track_detect(int *fCount, uchar *data, const int wid, const int hei, const int channel);
 cFaceInfo* c_api_face_track(int *fCount, uchar *data, const int wid, const int hei, const int channel);
 
 /// yolo api
 cObjInfo* c_api_yolo_detect(YoloHandle handle, int *objCount, uchar*data, const int w, const int h, const float thrsh, const int use_means);
 const char* c_api_yolo_obj_name(const int typ);
 
+// plateid api
+int c_api_plate_id_init(const cPlateIDCfg *config, char *soPath);
+cPlateIDResult* c_api_plate_id_detect(int *plateIDCount, uchar*data, const int w, const int h);
+int c_api_plate_id_free();
 
 #ifdef __cplusplus
 }

--
Gitblit v1.8.0