![]() |
NVIDIA DeepStream SDK API Reference4.0.2 Release |
Specifies dimensions of a layer with 3 dimensions.
Definition at line 46 of file nvdsinfer.h.
Data Fields | |
unsigned int | c |
Channel count of the layer. More... | |
unsigned int | h |
Height of the layer. More... | |
unsigned int | w |
Width of the layer. More... | |
unsigned int NvDsInferDimsCHW::c |
Channel count of the layer.
Definition at line 49 of file nvdsinfer.h.
unsigned int NvDsInferDimsCHW::h |
Height of the layer.
Definition at line 51 of file nvdsinfer.h.
unsigned int NvDsInferDimsCHW::w |
Width of the layer.
Definition at line 53 of file nvdsinfer.h.