NVIDIA DeepStream SDK API Reference

4.0.2 Release

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

Detailed Description

Holds information about the model network.

Definition at line 94 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 101 of file nvdsinfer.h.

unsigned int NvDsInferNetworkInfo::height

Input height for the model.

Definition at line 99 of file nvdsinfer.h.

unsigned int NvDsInferNetworkInfo::width

Input width for the model.

Definition at line 97 of file nvdsinfer.h.


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