|
RealSense Cross Platform API
RealSense Cross-platform API
|
Object detection result from algorithm. More...
#include <rs_types.h>
Public Attributes | |
| int | class_id |
| int | score |
| int | top_left_x |
| int | top_left_y |
| int | bottom_right_x |
| int | bottom_right_y |
| float | depth |
Object detection result from algorithm.
| int rs2_object_detection::bottom_right_x |
Bottom-right corner pixel X coordinate
| int rs2_object_detection::bottom_right_y |
Bottom-right corner pixel Y coordinate
| int rs2_object_detection::class_id |
Object class/category identifier
| float rs2_object_detection::depth |
Mean depth in meters at detection location
| int rs2_object_detection::score |
Detection confidence score 0-100
| int rs2_object_detection::top_left_x |
Top-left corner pixel X coordinate
| int rs2_object_detection::top_left_y |
Top-left corner pixel Y coordinate
1.8.14