|
|
NVIDIA DeepStream SDK API Reference4.0.2 Release |
Holds information about one parsed object from detector's output.
Definition at line 118 of file nvdsinfer.h.
Data Fields | |
| unsigned int | classId |
| ID of the class to which the object belongs. More... | |
| unsigned int | left |
| Horizontal offset of the bounding box shape for the object. More... | |
| unsigned int | top |
| Vertical offset of the bounding box shape for the object. More... | |
| unsigned int | width |
| Width of the bounding box shape for the object. More... | |
| unsigned int | height |
| Height of the bounding box shape for the object. More... | |
| float | detectionConfidence |
| Object detection confidence. More... | |
| unsigned int NvDsInferObjectDetectionInfo::classId |
ID of the class to which the object belongs.
Definition at line 121 of file nvdsinfer.h.
| float NvDsInferObjectDetectionInfo::detectionConfidence |
Object detection confidence.
Should be a float value in the range [0,1]
Definition at line 133 of file nvdsinfer.h.
| unsigned int NvDsInferObjectDetectionInfo::height |
Height of the bounding box shape for the object.
Definition at line 130 of file nvdsinfer.h.
| unsigned int NvDsInferObjectDetectionInfo::left |
Horizontal offset of the bounding box shape for the object.
Definition at line 124 of file nvdsinfer.h.
| unsigned int NvDsInferObjectDetectionInfo::top |
Vertical offset of the bounding box shape for the object.
Definition at line 126 of file nvdsinfer.h.
| unsigned int NvDsInferObjectDetectionInfo::width |
Width of the bounding box shape for the object.
Definition at line 128 of file nvdsinfer.h.