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 }