NVIDIA DeepStream SDK API Reference

6.0.1 Release

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

Detailed Description

Holds information on all attributes classifed by a classifier network for one frame.

Definition at line 498 of file nvdsinfer_context.h.

Collaboration diagram for NvDsInferClassificationOutput:

Data Fields

NvDsInferAttributeattributes
 Holds a pointer to an array of attributes. More...
 
unsigned int numAttributes
 Holds the size of the attributes array. More...
 
char * label
 Holds a pointer to a string containing a label for the classified output. More...
 

Field Documentation

NvDsInferAttribute* NvDsInferClassificationOutput::attributes

Holds a pointer to an array of attributes.

There may be more than one attribute, depending on the number of output coverage layers (multi-label classifiers).

Definition at line 503 of file nvdsinfer_context.h.

char* NvDsInferClassificationOutput::label

Holds a pointer to a string containing a label for the classified output.

Definition at line 508 of file nvdsinfer_context.h.

unsigned int NvDsInferClassificationOutput::numAttributes

Holds the size of the attributes array.

Definition at line 505 of file nvdsinfer_context.h.


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