NVIDIA DeepStream SDK API Reference

5.0 Release

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
NvDsInferDimsCHW Struct Reference

Detailed Description

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...
 

Field Documentation

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.


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