From 54e26e896cafc1e63d6626b9eb0f6bfcbf0bbb0b Mon Sep 17 00:00:00 2001
From: zhangmeng <775834166@qq.com>
Date: 星期二, 19 十一月 2019 16:30:11 +0800
Subject: [PATCH] add cloud plate detect

---
 sdk.proto |   28 ++++++++++++++++++++++++++++
 1 files changed, 28 insertions(+), 0 deletions(-)

diff --git a/sdk.proto b/sdk.proto
index 244b417..a7a4977 100644
--- a/sdk.proto
+++ b/sdk.proto
@@ -114,4 +114,32 @@
 }
 message PlateIDResult {
     repeated PlateID result = 1;
+}
+
+// cloud
+message PlateCloudID{
+    string license = 1;
+    Rect rcLocation = 2;
+    int32 nConfidence = 3;
+    int32 nType = 4;
+    int32 nDirection = 5;
+    int32 nCarColor = 6;
+    int32 nCarColor1 = 7;
+    int32 nCarBright = 8;
+    int32 frameNo = 9;
+    int32 faceWidth = 10;
+    int32 faceHeight = 11;
+    int32 grayFaceFlag = 12;
+    int32 charNum = 13;
+
+    // bytes X = 14;
+    // bytes Y = 15;
+    // int32 pResultBits = 16;
+    // bytes time = 17;
+    // repeated Rect charLocation = 18;
+    // repeated Rect charConfidence = 19;
+}
+
+message PlateCloudIDResult {
+    repeated PlateCloudID result = 1;
 }
\ No newline at end of file

--
Gitblit v1.8.0