From 0de9a1fa3da3f4bbbe90f9cfd797fe1f8999da0a Mon Sep 17 00:00:00 2001 From: zhangmeng <775834166@qq.com> Date: 星期四, 21 十一月 2019 10:30:55 +0800 Subject: [PATCH] add vehicle plate id --- sdk.proto | 33 ++++++++++++++++++++++++++++++++- 1 files changed, 32 insertions(+), 1 deletions(-) diff --git a/sdk.proto b/sdk.proto index a7a4977..4e41732 100644 --- a/sdk.proto +++ b/sdk.proto @@ -142,4 +142,35 @@ message PlateCloudIDResult { repeated PlateCloudID result = 1; -} \ No newline at end of file +} + +message PlateVehicleID{ + int32 nPlateFlag = 1; + int32 nColor = 2; + int32 nType = 3; + string license = 4; + int32 nConfidence = 5; + int32 nCharNum = 6; + bytes nCharConfidence = 7; + Rect rcLocation = 8; + Rect rcCarLocation = 9; + string vehicleType = 10; + string vehicleBrand = 11; + string vehicleSub = 12; + string vehicleType1 = 13; + float fvdConf = 14; + float fConfdence = 15; + int32 nVehicleSubModel = 16; + int32 nVehicleBright = 17; + int32 nVehicleColor1 = 18; + int32 nVehicleColor2 = 19; + + // PCaptureImage [4]uint8 //瑙嗛妯″紡璇嗗埆涓嬫姄鎷嶇殑鍥剧墖鏁版嵁 + // NImageWidth int32 //瑙嗛妯″紡涓嬫姄鎷嶅浘鍍忓搴� + // NImageHeight int32 //瑙嗛妯″紡涓嬫姄鎷嶅浘鍍忛珮搴� + +} + +message PlateVehicleIDResult { + repeated PlateVehicleID result = 1; +} -- Gitblit v1.8.0