NVIDIA DRIVE OS Linux SDK API Reference

5.2.3 Release
For Test and Development only

Detailed Description

Axis Aligned Bounding Box.

Holds coordinates, scale factor delta portion and status.

Definition at line 87 of file nvmedia_vpi.h.

Data Fields

float_t x
 x coordinate. More...
 
float_t y
 y coordinate. More...
 
float_t width
 width of bounding box. More...
 
float_t height
 height of bounding box. More...
 
uint8_t trackingStatus
 1 indicates tracking is invalid, 0 indicates valid. More...
 
uint8_t updateTemplate
 1 indicatestemplate needs updating, 0 indicates template is valid. More...
 
uint8_t reserved1
 Reserved for future use. More...
 
uint8_t reserved2
 Reserved for future use. More...
 

Field Documentation

◆ height

float_t NvMediaVPIAABB::height

height of bounding box.

Definition at line 95 of file nvmedia_vpi.h.

◆ reserved1

uint8_t NvMediaVPIAABB::reserved1

Reserved for future use.

Do not read/write this field.

Definition at line 101 of file nvmedia_vpi.h.

◆ reserved2

uint8_t NvMediaVPIAABB::reserved2

Reserved for future use.

Do not read/write this field.

Definition at line 103 of file nvmedia_vpi.h.

◆ trackingStatus

uint8_t NvMediaVPIAABB::trackingStatus

1 indicates tracking is invalid, 0 indicates valid.

Definition at line 97 of file nvmedia_vpi.h.

◆ updateTemplate

uint8_t NvMediaVPIAABB::updateTemplate

1 indicatestemplate needs updating, 0 indicates template is valid.

Definition at line 99 of file nvmedia_vpi.h.

◆ width

float_t NvMediaVPIAABB::width

width of bounding box.

Definition at line 93 of file nvmedia_vpi.h.

◆ x

float_t NvMediaVPIAABB::x

x coordinate.

Definition at line 89 of file nvmedia_vpi.h.

◆ y

float_t NvMediaVPIAABB::y

y coordinate.

Definition at line 91 of file nvmedia_vpi.h.


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