NVIDIA DeepStream SDK API Reference

4.0.2 Release

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

Detailed Description

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

Definition at line 390 of file nvdsinfer_context.h.

Collaboration diagram for NvDsInferClassificationOutput:

Data Fields

NvDsInferAttributeattributes
 Array of attributes. More...
 
unsigned int numAttributes
 Size of the attributes array. More...
 
char * label
 String label for the classified output. More...
 

Field Documentation

NvDsInferAttribute* NvDsInferClassificationOutput::attributes

Array of attributes.

Maybe more than one depending on the number of output coverage layers (multi-label classifiers)

Definition at line 394 of file nvdsinfer_context.h.

char* NvDsInferClassificationOutput::label

String label for the classified output.

Definition at line 398 of file nvdsinfer_context.h.

unsigned int NvDsInferClassificationOutput::numAttributes

Size of the attributes array.

Definition at line 396 of file nvdsinfer_context.h.


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