csdk.h
@@ -50,6 +50,11 @@ cPlateIDCloudSDKResult* c_api_plate_id_cloud_detect(int *plateIDCount, uchar *data, const int w, const int h, const cRECT *rcDetect); void c_api_plate_id_cloud_free(); // its vehicle sdk api int c_api_init_vehicle_its_detector(int sceneMode, int modelMode, char *keyPath, char *modelPath); cVehicleITSResult* c_api_vehicle_its_detect(int *plateIDCount, uchar *data, const int w, const int h, const cRECT *rcDetect); void c_api_vehicle_its_free(); #ifdef __cplusplus } #endif