Classification
Algorithms for classifying object into small, medium, large.
Field | Type | Default | Unit |
---|---|---|---|
size |
- |
- |
|
Use object size for object classification. |
Size
The minimum size limits of the bounding box area used for classification.
Field | Type | Default | Unit |
---|---|---|---|
bounding_box_surface |
- |
- |
|
Use object surface size for object classification. |
Bounding Box Surface
The maximum surface area between the bounding box’s OXZ and OYZ planes is used to classify objects based on the limits specified in this message.
Field | Type | Default | Unit |
---|---|---|---|
small_min_size |
float |
- |
- |
The surface area of the objects bounding box should be larger than this value to be considered a small object. |
|||
medium_min_size |
float |
- |
- |
The surface area of the objects bounding box should be larger than this value to be considered a medium object. |
|||
large_min_size |
float |
- |
- |
The surface area of the objects bounding box should be larger than this value to be considered a large object. |