NVIDIA DeepStream SDK API Reference

4.0.1 Release

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

Detailed Description

Specifies dimensions of a layer with 3 dimensions.

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

Field Documentation

unsigned int NvDsInferDimsCHW::c

Channel count of the layer.

Definition at line 57 of file nvdsinfer.h.

unsigned int NvDsInferDimsCHW::h

Height of the layer.

Definition at line 59 of file nvdsinfer.h.

unsigned int NvDsInferDimsCHW::w

Width of the layer.

Definition at line 61 of file nvdsinfer.h.


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