NVIDIA DeepStream SDK API Reference

6.4 Release
NvDsInferDimsCHW Struct Reference

Detailed Description

Holds the dimensions of a three-dimensional layer.

Definition at line 59 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...
 

Field Documentation

◆ c

unsigned int NvDsInferDimsCHW::c

Holds the channel count of the layer.

Definition at line 62 of file nvdsinfer.h.

◆ h

unsigned int NvDsInferDimsCHW::h

Holds the height of the layer.

Definition at line 64 of file nvdsinfer.h.

◆ w

unsigned int NvDsInferDimsCHW::w

Holds the width of the layer.

Definition at line 66 of file nvdsinfer.h.


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