Video Analysis底层库拆分,sdk的go封装
zhangmeng
2019-11-15 06d9122600054934d4793f8a55fe10289f410743
csrc/buz/plate/detector.h
@@ -3,11 +3,12 @@
#include "../base.hpp"
struct _cPlateIDCfg;
struct _cPlateIDResult;
struct _cIMAGE;
namespace csdk_wrap{
    int init_plate_id_detector(const int width, const int height, char *soPath);
    int init_plate_id_detector(const cPlateIDCfg *params, char *soPath);
    cPlateIDResult* plate_id_detect(int *plateIDCount, const cIMAGE *img);
    int uninit_plate_id_detector();
}