NvDsInferDimsCHWΒΆ
-
struct
NvDsInferDimsCHW
Holds the dimensions of a three-dimensional layer.
Public Members
-
unsigned int
c
Holds the channel count of the layer.
-
unsigned int
h
Holds the height of the layer.
-
unsigned int
w
Holds the width of the layer.
-
unsigned int