| | |
| | | } |
| | | |
| | | type CPlateIDResult struct { |
| | | License [16]uint8 |
| | | Color [8]uint8 |
| | | License [16]uint8 // 车牌字符串 STRING |
| | | Color [8]uint8 // 车牌颜色 STRING |
| | | |
| | | NColor int32 |
| | | NType int32 |
| | | NConfidence int32 |
| | | NBright int32 |
| | | NDirection int32 |
| | | NColor int32 // 车牌颜色 |
| | | NType int32 // 车牌类型 |
| | | NConfidence int32 // 整牌可信度 |
| | | NBright int32 // 亮度评价 |
| | | NDirection int32 // 车牌运动方向,0 unknown, 1 left, 2 right, 3 up, 4 down |
| | | |
| | | RcLocation CRECT |
| | | PbyBits [4]uint8 |
| | | NTime int32 |
| | | NCarBright uint8 |
| | | NCarColor uint8 |
| | | NCarLogo uint8 |
| | | NCarType uint8 |
| | | PbyPlateBin [4]uint8 |
| | | NBinPlateWidth [2]uint8 |
| | | NBinPlateHeight [2]uint8 |
| | | Reserved [70]uint8 |
| | | RcLogoLocation CRECT |
| | | NCarModel [2]uint8 |
| | | NCarModelConfidence [2]uint8 |
| | | RcLocation CRECT // 车牌坐标 |
| | | PbyBits [4]uint8 // 识别结果对应的图片的缓冲区 NO USE |
| | | NTime int32 // 识别耗时 |
| | | NCarBright uint8 // 车的亮度 |
| | | NCarColor uint8 // 车的颜色 |
| | | NCarLogo uint8 // 车标类型 |
| | | NCarType uint8 // 车辆类型 |
| | | PbyPlateBin [4]uint8 // 车牌二值化结果(按bit存储)NO USE |
| | | NBinPlateWidth [2]uint8 // 二值化结果中车牌宽度 NO USE |
| | | NBinPlateHeight [2]uint8 // 二值化结果中车牌高度 NO USE |
| | | Reserved [70]uint8 // 保留 |
| | | RcLogoLocation CRECT // 车标坐标 |
| | | NCarModel [2]uint8 // 车辆类型 |
| | | NCarModelConfidence [2]uint8 // 车型可信度 |
| | | } |