NVIDIA DeepStream SDK API Reference

5.0 Release

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

Detailed Description

Holds the coordinates of a rectangle.

Definition at line 141 of file nvbufsurftransform.h.

Data Fields

uint32_t top
 Holds the rectangle top. More...
 
uint32_t left
 Holds the rectangle left side. More...
 
uint32_t width
 Holds the rectangle width. More...
 
uint32_t height
 Holds the rectangle height. More...
 

Field Documentation

uint32_t NvBufSurfTransformRect::height

Holds the rectangle height.

Definition at line 150 of file nvbufsurftransform.h.

uint32_t NvBufSurfTransformRect::left

Holds the rectangle left side.

Definition at line 146 of file nvbufsurftransform.h.

uint32_t NvBufSurfTransformRect::top

Holds the rectangle top.

Definition at line 144 of file nvbufsurftransform.h.

uint32_t NvBufSurfTransformRect::width

Holds the rectangle width.

Definition at line 148 of file nvbufsurftransform.h.


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