| | |
| | | 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_init(const cPlateIDCfg *config, char *soPath); |
| | | cPlateIDResult* c_api_plate_id_detect(int *plateIDCount, uchar*data, const int w, const int h, const cRECT *rcDetect); |
| | | int c_api_plate_id_free(); |
| | | |
| | | // plateid cloud sdk |
| | | int c_api_plate_id_cloud_init(const cPlateIDCloudSDKCfg *config, char *soPath, char *modelPath); |
| | | 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(); |
| | | |
| | | #ifdef __cplusplus |
| | | } |
| | | #endif |