From 6c5479bec34af351eebf956adf993975ab12e2ae Mon Sep 17 00:00:00 2001 From: zhangzengfei <zhangzengfei@iotlink.com> Date: 星期四, 14 十一月 2019 11:31:30 +0800 Subject: [PATCH] feat: add plateid sdk --- csdk.h | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/csdk.h b/csdk.h index 6a0e5d9..a17e811 100644 --- a/csdk.h +++ b/csdk.h @@ -40,6 +40,10 @@ 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 int width, const int height, 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