Back to Jetson Inference

Jetson Inference: NvBufferRect Struct Reference

docs/html/structNvBufferRect.html

latest1.8 KB
Original Source

| | Jetson Inference

DNN Vision Library |

Public Attributes | List of all members

NvBufferRect Struct Reference [Buffer Manager](group ee nvbuffering__group.html)

Holds coordinates for a rectangle. More...

#include <nvbuf_utils.h>

|

Public Attributes

| | uint32_t | top | | | rectangle top. More...
| | | | uint32_t | left | | | rectangle left. More...
| | | | uint32_t | width | | | rectangle width. More...
| | | | uint32_t | height | | | rectangle height. More...
| | |

Detailed Description

Holds coordinates for a rectangle.

Member Data Documentation

height

| uint32_t NvBufferRect::height |

rectangle height.

left

| uint32_t NvBufferRect::left |

rectangle left.

top

| uint32_t NvBufferRect::top |

rectangle top.

width

| uint32_t NvBufferRect::width |

rectangle width.


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