RockX  1.0.0
Data Fields
rockx_object_t Struct Reference

Object Detection Result(include Face, CarPlate, Head, Object, etc...) More...

#include <object_detection.h>

Data Fields

int id
 Track id. More...
 
int cls_idx
 Class index. More...
 
rockx_rect_t box
 Object Region. More...
 
float score
 Object confidence score. More...
 

Detailed Description

Object Detection Result(include Face, CarPlate, Head, Object, etc...)

Definition at line 39 of file object_detection.h.

Field Documentation

◆ box

Object Region.

Definition at line 42 of file object_detection.h.

◆ cls_idx

int cls_idx

Class index.

Definition at line 41 of file object_detection.h.

◆ id

int id

Track id.

Definition at line 40 of file object_detection.h.

◆ score

float score

Object confidence score.

Definition at line 43 of file object_detection.h.


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