NVIDIA DeepStream SDK API Reference

6.4 Release
NvDsPreProcessNetworkSize Struct Reference

Detailed Description

Holds information about the model network.

Definition at line 161 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 168 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 166 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 164 of file gst-plugins/gst-nvdspreprocess/include/nvdspreprocess_interface.h.


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