|
|
NVIDIA DeepStream SDK API Reference5.0 Release |
Holds information about one detected object.
Definition at line 404 of file nvdsinfer_context.h.
Data Fields | |
| float | left |
| Holds the object's offset from the left boundary of the frame. More... | |
| float | top |
| Holds the object's offset from the top boundary of the frame. More... | |
| float | width |
| Holds the object's width. More... | |
| float | height |
| Holds the object's height. More... | |
| int | classIndex |
| Holds the index for the object's class. More... | |
| char * | label |
| Holds a pointer to a string containing a label for the object. More... | |
| float | confidence |
| int NvDsInferObject::classIndex |
Holds the index for the object's class.
Definition at line 415 of file nvdsinfer_context.h.
| float NvDsInferObject::confidence |
Definition at line 419 of file nvdsinfer_context.h.
| float NvDsInferObject::height |
Holds the object's height.
Definition at line 413 of file nvdsinfer_context.h.
| char* NvDsInferObject::label |
Holds a pointer to a string containing a label for the object.
Definition at line 417 of file nvdsinfer_context.h.
| float NvDsInferObject::left |
Holds the object's offset from the left boundary of the frame.
Definition at line 407 of file nvdsinfer_context.h.
| float NvDsInferObject::top |
Holds the object's offset from the top boundary of the frame.
Definition at line 409 of file nvdsinfer_context.h.
| float NvDsInferObject::width |
Holds the object's width.
Definition at line 411 of file nvdsinfer_context.h.