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