sunty
2019-12-19 20d32333069ca70c1517612e1e5eb4f55bef1e9c
add location
1个文件已修改
13 ■■■■■ 已修改文件
es.proto 13 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
es.proto
@@ -16,12 +16,25 @@
    string attachFeature = 2;
    string cameraId     =3;
    repeated LinkEsInfo linkEsInfo = 4;
    TargetLocation targetLocation =5;
}
message TargetLocation {
    Location topLeft            =1;
    Location bottomRight        =2;
}
message Location {
    double x                     =1;
    double y                     =2;
}
message LinkEsInfo {
    string cameraId     =1;
    string feature      =2;//人体特征
    string attachFeature = 3;//辅助特征,有的话就是人脸特征
    TargetLocation targetLocation =4;
}
message Dbperson{