![]() |
NVIDIA DRIVE OS Linux SDK API Reference5.1.6.0 Release |
Axis Aligned Bounding Box.
Holds coordinates, scale factor delta portion and status.
Definition at line 94 of file nvmedia_vpi.h.
Data Fields | |
float | x |
x coordinate. More... | |
float | y |
y coordinate. More... | |
float | width |
width of bounding box. More... | |
float | 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... | |
float NvMediaVPIAABB::height |
height of bounding box.
Definition at line 102 of file nvmedia_vpi.h.
uint8_t NvMediaVPIAABB::reserved1 |
Reserved for future use.
Do not read/write this field.
Definition at line 108 of file nvmedia_vpi.h.
uint8_t NvMediaVPIAABB::reserved2 |
Reserved for future use.
Do not read/write this field.
Definition at line 110 of file nvmedia_vpi.h.
uint8_t NvMediaVPIAABB::trackingStatus |
1 indicates tracking is invalid, 0 indicates valid.
Definition at line 104 of file nvmedia_vpi.h.
uint8_t NvMediaVPIAABB::updateTemplate |
1 indicatestemplate needs updating, 0 indicates template is valid.
Definition at line 106 of file nvmedia_vpi.h.
float NvMediaVPIAABB::width |
width of bounding box.
Definition at line 100 of file nvmedia_vpi.h.
float NvMediaVPIAABB::x |
x coordinate.
Definition at line 96 of file nvmedia_vpi.h.
float NvMediaVPIAABB::y |
y coordinate.
Definition at line 98 of file nvmedia_vpi.h.