From 308defe0578c2184d35a59fde31b9cb007f2f889 Mon Sep 17 00:00:00 2001
From: zhangzengfei <zhangzengfei@iotlink.com>
Date: 星期三, 20 十一月 2019 19:57:44 +0800
Subject: [PATCH] feat: add its vehicle sdk

---
 go2c.go |   30 ++++++++++++++++++++++++++++++
 1 files changed, 30 insertions(+), 0 deletions(-)

diff --git a/go2c.go b/go2c.go
index 898623d..bef98e0 100644
--- a/go2c.go
+++ b/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    //瑙嗛妯″紡涓嬫姄鎷嶅浘鍍忛珮搴�
+}

--
Gitblit v1.8.0