Video Analysis底层库拆分,sdk的go封装
zhangzengfei
2019-11-20 308defe0578c2184d35a59fde31b9cb007f2f889
go2c.go
@@ -174,3 +174,33 @@
   CharConfidence [20]CRECT //字符识别置信度
   CharNum        int32     //车牌字符数目
}
type CVehicleITSResult struct {
   NPlateFlag      int32     //是否识别到车牌
   NColor          int32     //车辆颜色
   NType           int32     //车辆类型
   License         [20]uint8 //车牌号码
   NConfidence     int32     // 车牌可信度
   NCharNum        int32     // 未知
   NCharConfidence [20]int32 // 未知
   RcLocation    CRECT //车牌位置
   RcCarLocation CRECT //车辆位置
   VehicleType  [1024]uint8 //车辆类型 --总名称  jeep-大切诺基-2004
   VehicleBrand [1024]uint8 //车辆品牌 --jeep
   VehicleSub   [1024]uint8 //车辆子型号 --大切诺基
   VehicleType1 [1024]uint8 //车辆类型   轿车 货车  客车  面包车
   FVDConf    float32 //车辆检测置信度
   FConfdence float32 //车辆类型置信度
   NVehicleSubModel int32 //车型名称索引
   NVehicleBright   int32 //车辆深浅色
   NVehicleColor1   int32 //车身主颜色
   NVehicleColor2   int32 //车身辅颜色
   PCaptureImage [4]uint8 //视频模式识别下抓拍的图片数据
   NImageWidth   int32    //视频模式下抓拍图像宽度
   NImageHeight  int32    //视频模式下抓拍图像高度
}