From 556b9531f40c1c3bf4efd732e0f9eabb9c5793ae Mon Sep 17 00:00:00 2001 From: zhangmeng <775834166@qq.com> Date: 星期五, 15 十一月 2019 10:40:33 +0800 Subject: [PATCH] add plateid --- sdk.proto | 28 ++++++++++++++++++++++++++++ 1 files changed, 28 insertions(+), 0 deletions(-) diff --git a/sdk.proto b/sdk.proto index b6b9036..afe0f0a 100644 --- a/sdk.proto +++ b/sdk.proto @@ -85,4 +85,32 @@ string id = 1; string sdkId = 2; string soName = 3; +} + +// sdk plate id detect +message PlateID{ + string license = 1; + string color = 2; + int32 nColor = 3; + int32 nType = 4; + int32 nConfidence = 5; + int32 nBright = 6; + int32 nDirection = 7; + Rect rcLocation = 8; + int32 nTime = 9; + int32 nCarBright = 10; + int32 nCarLogo = 11; + int32 nCarType = 12; + bytes plateBin = 13; + bytes nBinPlateWidth = 14; + bytes nBinPlateHeight = 15; + Rect rcLogoLocation = 16; + bytes nCarModel = 17; + bytes nCarModelConfidence = 18; + + // bytes picCache = 19; + // bytes reserved = 20; +} +message PlateIDResult { + repeated PlateID result = 1; } \ No newline at end of file -- Gitblit v1.8.0