NVIDIA DeepStream SDK API Reference

4.0.2 Release

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
NvDsInferObject Struct Reference

Detailed Description

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
 

Field Documentation

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.


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