From 6c5479bec34af351eebf956adf993975ab12e2ae Mon Sep 17 00:00:00 2001 From: zhangzengfei <zhangzengfei@iotlink.com> Date: 星期四, 14 十一月 2019 11:31:30 +0800 Subject: [PATCH] feat: add plateid sdk --- go2c.go | 26 ++++++++++++++++++++++++++ 1 files changed, 26 insertions(+), 0 deletions(-) diff --git a/go2c.go b/go2c.go index 0aaa446..0e663a3 100644 --- a/go2c.go +++ b/go2c.go @@ -65,3 +65,29 @@ ObjInfo CObjInfo ID uint64 } + +type CPlateIDResult struct { + License [16]uint8 + Color [8]uint8 + + NColor int32 + NType int32 + NConfidence int32 + NBright int32 + NDirection int32 + + 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 +} -- Gitblit v1.8.0