File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -853,6 +853,10 @@ message CameraDetection
853
853
854
854
// The dominant color of the shape.
855
855
//
856
+ // \attention DEPRECATED: This color enum will be removed in version
857
+ // 4.0.0. Use the field \c #color_description (\c ColorDescription)
858
+ // instead.
859
+ //
856
860
optional Color color = 28 ;
857
861
858
862
// The probability of the shape's color.
@@ -885,6 +889,11 @@ message CameraDetection
885
889
//
886
890
optional uint32 number_of_points = 32 ;
887
891
892
+ //
893
+ // The dominant color of the shape.
894
+ //
895
+ optional ColorDescription color_description = 33 ;
896
+
888
897
// Definition of shape dominant color.
889
898
//
890
899
enum Color
Original file line number Diff line number Diff line change @@ -94,12 +94,21 @@ message StationaryObject
94
94
95
95
// The dominating color of the material of the structure.
96
96
//
97
+ // \attention DEPRECATED: This color enum will be removed in version
98
+ // 4.0.0. Use the field \c #color_description (\c ColorDescription)
99
+ // instead.
100
+ //
97
101
optional Color color = 4 ;
98
102
99
103
// The attributes of the emitting structure if stationary object is classified as such.
100
104
//
101
105
optional EmittingStructureAttribute emitting_structure_attribute = 5 ;
102
106
107
+ //
108
+ // The dominating color of the material of the structure.
109
+ //
110
+ optional ColorDescription color_description = 6 ;
111
+
103
112
// Definition of object types.
104
113
//
105
114
enum Type
@@ -266,6 +275,10 @@ message StationaryObject
266
275
267
276
// Definition of colors for structures.
268
277
//
278
+ // \attention DEPRECATED: This color enum will be removed in version
279
+ // 4.0.0. Use \c ColorDescription instead.
280
+ //
281
+ //
269
282
enum Color
270
283
{
271
284
// Color is unknown (must not be used in ground truth).
You can’t perform that action at this time.
0 commit comments