NVIDIA DeepStream SDK API Reference

6.1.1 Release

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

Detailed Description

Holds information about the model network.

Definition at line 161 of file nvdspreprocess_interface.h.

Data Fields

unsigned int width
 Holds the input width for the model. More...
 
unsigned int height
 Holds the input height for the model. More...
 
unsigned int channels
 Holds the number of input channels for the model. More...
 

Field Documentation

unsigned int NvDsPreProcessNetworkSize::channels

Holds the number of input channels for the model.

Definition at line 168 of file nvdspreprocess_interface.h.

unsigned int NvDsPreProcessNetworkSize::height

Holds the input height for the model.

Definition at line 166 of file nvdspreprocess_interface.h.

unsigned int NvDsPreProcessNetworkSize::width

Holds the input width for the model.

Definition at line 164 of file nvdspreprocess_interface.h.


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