| | |
| | | required uint32 image_count = 2; |
| | | optional uint32 src_width = 3; |
| | | optional uint32 src_height = 4; |
| | | |
| | | |
| | | message FaceListImage |
| | | { |
| | | enum ImageType |
| | |
| | | } |
| | | |
| | | required uint32 idx = 1; |
| | | required uint32 size = 2; |
| | | required ImageType type = 3 [default = MBFT_Y8]; |
| | | |
| | | required uint32 width = 4; |
| | | required uint32 height = 5; |
| | | optional uint32 top_left_x = 6; |
| | | optional uint32 top_left_y = 7; |
| | | repeated bytes img = 8; |
| | | required uint32 st_track_id = 2; |
| | | required uint32 size = 3; |
| | | required ImageType type = 4 [default = MBFT_Y8]; |
| | | |
| | | required uint32 width = 5; |
| | | required uint32 height = 6; |
| | | optional uint32 top_left_x = 7; |
| | | optional uint32 top_left_y = 8; |
| | | repeated bytes img = 9; |
| | | } |
| | | |
| | | repeated FaceListImage images = 5; |