NVIDIA DeepStream SDK API Reference

4.0 Release

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

Detailed Description

Holds the information about one detected object.

Definition at line 373 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 384 of file nvdsinfer_context.h.

unsigned int NvDsInferObject::height

Object height.

Definition at line 382 of file nvdsinfer_context.h.

char* NvDsInferObject::label

Definition at line 386 of file nvdsinfer_context.h.

unsigned int NvDsInferObject::left

Offset from the left boundary of the frame.

Definition at line 376 of file nvdsinfer_context.h.

unsigned int NvDsInferObject::top

Offset from the top boundary of the frame.

Definition at line 378 of file nvdsinfer_context.h.

unsigned int NvDsInferObject::width

Object width.

Definition at line 380 of file nvdsinfer_context.h.


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