NVIDIA DeepStream SDK API Reference

6.0.1 Release

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

Detailed Description

Holds information about one detected object.

Definition at line 456 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
 
float * mask
 
unsigned int mask_width
 Holds width of mask. More...
 
unsigned int mask_height
 Holds height of mask. More...
 
unsigned int mask_size
 Holds size of mask in bytes. More...
 

Field Documentation

int NvDsInferObject::classIndex

Holds the index for the object's class.

Definition at line 467 of file nvdsinfer_context.h.

float NvDsInferObject::confidence

Definition at line 471 of file nvdsinfer_context.h.

float NvDsInferObject::height

Holds the object's height.

Definition at line 465 of file nvdsinfer_context.h.

char* NvDsInferObject::label

Holds a pointer to a string containing a label for the object.

Definition at line 469 of file nvdsinfer_context.h.

float NvDsInferObject::left

Holds the object's offset from the left boundary of the frame.

Definition at line 459 of file nvdsinfer_context.h.

float* NvDsInferObject::mask

Definition at line 473 of file nvdsinfer_context.h.

unsigned int NvDsInferObject::mask_height

Holds height of mask.

Definition at line 477 of file nvdsinfer_context.h.

unsigned int NvDsInferObject::mask_size

Holds size of mask in bytes.

Definition at line 479 of file nvdsinfer_context.h.

unsigned int NvDsInferObject::mask_width

Holds width of mask.

Definition at line 475 of file nvdsinfer_context.h.

float NvDsInferObject::top

Holds the object's offset from the top boundary of the frame.

Definition at line 461 of file nvdsinfer_context.h.

float NvDsInferObject::width

Holds the object's width.

Definition at line 463 of file nvdsinfer_context.h.


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