|
RockX
1.0.0
|
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... | |
Object Detection Result(include Face, CarPlate, Head, Object, etc...)
Definition at line 39 of file object_detection.h.
| rockx_rect_t box |
Object Region.
Definition at line 42 of file object_detection.h.
| int cls_idx |
Class index.
Definition at line 41 of file object_detection.h.
| int id |
Track id.
Definition at line 40 of file object_detection.h.
| float score |
Object confidence score.
Definition at line 43 of file object_detection.h.
1.8.16