NVIDIA DeepStream SDK API Reference6.0.1 Release |
Holds the dimensions of a three-dimensional layer.
Definition at line 58 of file nvdsinfer.h.
Data Fields | |
unsigned int | c |
Holds the channel count of the layer. More... | |
unsigned int | h |
Holds the height of the layer. More... | |
unsigned int | w |
Holds the width of the layer. More... | |
unsigned int NvDsInferDimsCHW::c |
Holds the channel count of the layer.
Definition at line 61 of file nvdsinfer.h.
unsigned int NvDsInferDimsCHW::h |
Holds the height of the layer.
Definition at line 63 of file nvdsinfer.h.
unsigned int NvDsInferDimsCHW::w |
Holds the width of the layer.
Definition at line 65 of file nvdsinfer.h.