NVIDIA DeepStream SDK API Reference

4.0.1 Release

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

Detailed Description

Holds information about the model network.

Definition at line 102 of file nvdsinfer.h.

Data Fields

unsigned int width
 Input width for the model. More...
 
unsigned int height
 Input height for the model. More...
 
unsigned int channels
 Number of input channels for the model. More...
 

Field Documentation

unsigned int NvDsInferNetworkInfo::channels

Number of input channels for the model.

Definition at line 109 of file nvdsinfer.h.

unsigned int NvDsInferNetworkInfo::height

Input height for the model.

Definition at line 107 of file nvdsinfer.h.

unsigned int NvDsInferNetworkInfo::width

Input width for the model.

Definition at line 105 of file nvdsinfer.h.


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