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

---
 csdk_struct.h |   35 +++++++++++++++++++++++++++++++++++
 1 files changed, 35 insertions(+), 0 deletions(-)

diff --git a/csdk_struct.h b/csdk_struct.h
index e5a1465..87d2702 100644
--- a/csdk_struct.h
+++ b/csdk_struct.h
@@ -179,4 +179,39 @@
 	int iCharNum;               //杞︾墝瀛楃鏁扮洰
 }cPlateIDCloudSDKResult;
 
+typedef struct _cPlateInfo
+{
+	int ePlateColor;
+	int  ePlateType;
+	char platenumber[20];         //杞︾墝鍙风爜
+	int iPlateConfidence;
+	int iCharNum;
+	int iCharConfidence[20];
+}cPlateInfo;
+
+typedef struct _cVehicleITSResult {
+	int iPlateFlag;         //鏄惁璇嗗埆鍒拌溅鐗�
+	cPlateInfo plateInfo;    //杞︾墝淇℃伅
+	cRECT plateRect;        //杞︾墝浣嶇疆
+	cRECT tempVehicleRect;  //杞﹁締浣嶇疆
+
+	char tempVehicleType[1024];     //杞﹁締绫诲瀷--鎬诲悕绉�  jeep-澶у垏璇哄熀-2004
+	char tempVehicleBrand[1024];    //杞﹁締鍝佺墝       jeep
+	char tempVehicleSub[1024];      //杞﹁締瀛愬瀷鍙�     澶у垏璇哄熀
+	char tempVehicleType1[1024];    //杞﹁締绫诲瀷   杞胯溅 璐ц溅  瀹㈣溅  闈㈠寘杞�
+
+	float fVDConf;                  //杞﹁締妫�娴嬬疆淇″害
+
+	float fConfdence;               //杞﹁締绫诲瀷缃俊搴�
+	int iVehicleSubModel;           //杞﹀瀷鍚嶇О绱㈠紩
+	int eVehicleBright;             //杞﹁締娣辨祬鑹�
+	int eVehicleColor1;             //杞﹁韩涓婚鑹�
+	int eVehicleColor2;             //杞﹁韩杈呴鑹�
+
+	unsigned char*pCaptureImage; //瑙嗛妯″紡璇嗗埆涓嬫姄鎷嶇殑鍥剧墖鏁版嵁
+	int iImageWidth;             //瑙嗛妯″紡涓嬫姄鎷嶅浘鍍忓搴�
+	int iImageHeight;            //瑙嗛妯″紡涓嬫姄鎷嶅浘鍍忛珮搴�
+
+}cVehicleITSResult;
+
 #endif
\ No newline at end of file

--
Gitblit v1.8.0