NVIDIA DeepStream SDK API Reference6.0.1 Release |
Holds information about the model network.
Definition at line 158 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... | |
unsigned int NvDsPreProcessNetworkSize::channels |
Holds the number of input channels for the model.
Definition at line 165 of file nvdspreprocess_interface.h.
unsigned int NvDsPreProcessNetworkSize::height |
Holds the input height for the model.
Definition at line 163 of file nvdspreprocess_interface.h.
unsigned int NvDsPreProcessNetworkSize::width |
Holds the input width for the model.
Definition at line 161 of file nvdspreprocess_interface.h.