Video Analysis底层库拆分,sdk的go封装
zhangzengfei
2019-11-20 308defe0578c2184d35a59fde31b9cb007f2f889
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