Video Analysis底层库拆分,sdk的go封装
zhangzengfei
2019-11-14 93001d715c38b296bedf2b2e5f4d1efb3151f666
gosdk.go
@@ -412,8 +412,8 @@
}
// InitPlateIDDetector init plateid detector
func InitPlateIDDetector(width, height int, soPath []byte) {
   C.c_api_plate_id_init(C.int(width), C.int(height), (*C.char)(unsafe.Pointer(&soPath[0])))
func InitPlateIDDetector(config *CPlateIDCfg, soPath []byte) {
   C.c_api_plate_id_init((*C.cPlateIDCfg)(unsafe.Pointer(config)), (*C.char)(unsafe.Pointer(&soPath[0])))
}
// PlateIDDetect plateid detect