RealSense Cross Platform API
RealSense Cross-platform API
Public Attributes | List of all members
rs2_object_detection Struct Reference

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
 

Detailed Description

Object detection result from algorithm.

Member Data Documentation

◆ bottom_right_x

int rs2_object_detection::bottom_right_x

Bottom-right corner pixel X coordinate

◆ bottom_right_y

int rs2_object_detection::bottom_right_y

Bottom-right corner pixel Y coordinate

◆ class_id

int rs2_object_detection::class_id

Object class/category identifier

◆ depth

float rs2_object_detection::depth

Mean depth in meters at detection location

◆ score

int rs2_object_detection::score

Detection confidence score 0-100

◆ top_left_x

int rs2_object_detection::top_left_x

Top-left corner pixel X coordinate

◆ top_left_y

int rs2_object_detection::top_left_y

Top-left corner pixel Y coordinate


The documentation for this struct was generated from the following file: