From 1570637a67ec0849dbe53cff570c8691a9cff49b Mon Sep 17 00:00:00 2001 From: panlei <2799247126@qq.com> Date: 星期一, 16 十二月 2019 13:55:26 +0800 Subject: [PATCH] arg新加一个参数 --- structure/rule.go | 46 +++++++++++++++++++++++++--------------------- 1 files changed, 25 insertions(+), 21 deletions(-) diff --git a/structure/rule.go b/structure/rule.go index a6fe8d5..3479096 100644 --- a/structure/rule.go +++ b/structure/rule.go @@ -6,26 +6,28 @@ // 姣忎釜鐩爣鐨勫弬鏁帮細鐩镐技搴︼紝鍗犳瘮锛屽昂瀵� type SourceArg struct { - Id string - Uuid string - Score float64 // 鍖哄煙鍐呯殑鐩爣鐨勭浉浼煎害 - Proportion float64 // 鍖哄煙鍐呯殑鐩爣鐨勫崰姣� - Size float64 // 鍖哄煙鍐呯殑鐩爣鐨勫昂瀵� - AreaJson string // 鎵�灞炲尯鍩� - Type string // 璁拌浇鏁版嵁绫诲瀷 - Location Rect // 璁颁笅姣忎釜鐩爣鐨勪綅缃弬鏁帮紝鏈�鍚庣粰缁撴灉瑁呴厤鐩爣鏁版嵁鐨勬椂鍊欑敤鐨勫埌 - Car *protomsg.PlateIDVehicle // 杞﹁締鍙傛暟 - Feature []byte - ThftRes protomsg.ThftResult - Liker []*BaseInfo - TimeLable string - CacheData ResultMsg + Id string + Uuid string + Score float64 // 鍖哄煙鍐呯殑鐩爣鐨勭浉浼煎害 + Proportion float64 // 鍖哄煙鍐呯殑鐩爣鐨勫崰姣� + Size float64 // 鍖哄煙鍐呯殑鐩爣鐨勫昂瀵� + AreaJson string // 鎵�灞炲尯鍩� + Type string // 璁拌浇鏁版嵁绫诲瀷 + Location Rect // 璁颁笅姣忎釜鐩爣鐨勪綅缃弬鏁帮紝鏈�鍚庣粰缁撴灉瑁呴厤鐩爣鏁版嵁鐨勬椂鍊欑敤鐨勫埌 + Car *protomsg.PlateIDVehicle // 杞﹁締鍙傛暟 + Feature []byte + BodyFeature []float32 + ThftRes protomsg.ThftResult + Liker []*BaseInfo + TimeLable string + CacheData ResultMsg } type Arg struct { SourceArg AttachArg SourceArg } + // 姣忎釜鍖哄煙鍐呯殑鍥剧墖鏁版嵁闆嗗悎 type AreaMap struct { CameraId string @@ -46,14 +48,16 @@ } type SourcePhoto struct { - Id string - Rects Rect // 鐭╁舰鍖哄煙鍙傛暟 - Score float64 // 鐩镐技搴﹀緱鍒嗭紙鏈夊澶х▼搴﹀儚涓�涓洰鏍囥�備汉鑴革紝浜轰綋鎴栬溅绛夌瓑锛� - Type string // 璁拌浇鏁版嵁绫诲瀷 - ThftRes protomsg.ThftResult - Feature []byte - Car *protomsg.PlateIDVehicle + Id string + Rects Rect // 鐭╁舰鍖哄煙鍙傛暟 + Score float64 // 鐩镐技搴﹀緱鍒嗭紙鏈夊澶х▼搴﹀儚涓�涓洰鏍囥�備汉鑴革紝浜轰綋鎴栬溅绛夌瓑锛� + Type string // 璁拌浇鏁版嵁绫诲瀷 + ThftRes protomsg.ThftResult + Feature []byte + BodyFeature []float32 + Car *protomsg.PlateIDVehicle } + // sdk杈撳嚭鐨勫浘鐗囦笂鍗曚釜鐩爣鐨勬暟鎹� type PhotoMap struct { SourcePhoto -- Gitblit v1.8.0