![]() |
NVIDIA DeepStream SDK API Reference4.0.2 Release |
Holds the information about one detected object.
Definition at line 358 of file nvdsinfer_context.h.
Data Fields | |
unsigned int | left |
Offset from the left boundary of the frame. More... | |
unsigned int | top |
Offset from the top boundary of the frame. More... | |
unsigned int | width |
Object width. More... | |
unsigned int | height |
Object height. More... | |
int | classIndex |
char * | label |
int NvDsInferObject::classIndex |
Definition at line 369 of file nvdsinfer_context.h.
unsigned int NvDsInferObject::height |
Object height.
Definition at line 367 of file nvdsinfer_context.h.
char* NvDsInferObject::label |
Definition at line 371 of file nvdsinfer_context.h.
unsigned int NvDsInferObject::left |
Offset from the left boundary of the frame.
Definition at line 361 of file nvdsinfer_context.h.
unsigned int NvDsInferObject::top |
Offset from the top boundary of the frame.
Definition at line 363 of file nvdsinfer_context.h.
unsigned int NvDsInferObject::width |
Object width.
Definition at line 365 of file nvdsinfer_context.h.