NVIDIA DeepStream SDK API Reference

7.0 Release
NvDsPreProcessNetworkSize Struct Reference

Detailed Description

Holds information about the model network.

Definition at line 151 of file gst-plugins/gst-nvdspreprocess/include/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

◆ channels

unsigned int NvDsPreProcessNetworkSize::channels

Holds the number of input channels for the model.

Definition at line 158 of file gst-plugins/gst-nvdspreprocess/include/nvdspreprocess_interface.h.

◆ height

unsigned int NvDsPreProcessNetworkSize::height

Holds the input height for the model.

Definition at line 156 of file gst-plugins/gst-nvdspreprocess/include/nvdspreprocess_interface.h.

◆ width

unsigned int NvDsPreProcessNetworkSize::width

Holds the input width for the model.

Definition at line 154 of file gst-plugins/gst-nvdspreprocess/include/nvdspreprocess_interface.h.


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