| | |
| | | Type string // 记载数据类型 |
| | | Location Rect // 记下每个目标的位置参数,最后给结果装配目标数据的时候用的到 |
| | | Car *protomsg.PlateIDVehicle // 车辆参数 |
| | | Feature []byte |
| | | BodyFeature []float32 |
| | | Feature string |
| | | ThftRes protomsg.ThftResult |
| | | Liker []*BaseInfo |
| | | TimeLable string |
| | |
| | | Score float64 // 相似度得分(有多大程度像一个目标。人脸,人体或车等等) |
| | | Type string // 记载数据类型 |
| | | ThftRes protomsg.ThftResult |
| | | Feature []byte |
| | | BodyFeature []float32 |
| | | Feature string |
| | | Car *protomsg.PlateIDVehicle |
| | | } |
| | | |
| | |
| | | type LittleRuleResult struct { |
| | | SdkName string // 记录下此结果是哪个sdk的结果 |
| | | Result string // 已包含了前置连接符 |
| | | Sort int32 |
| | | Sort int32 // 规则序号 |
| | | Target []*Arg |
| | | } |
| | | |
| | | type TimeRange struct { |