NVIDIA DRIVE OS Linux API Reference

5.1.0.2 Release

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

Detailed Description

Holds 2D point fractional representation.

Definition at line 81 of file nvmedia_vpi.h.

Data Fields

uint32_t x
 32-bit Q16.16 number signfying horizontal offset of the keypoint relative to left, measured in pixels. More...
 
uint32_t y
 32-bit Q16.16 number signfying vertical offset of the keypoint relative to top, measured in pixels. More...
 

Field Documentation

uint32_t NvMediaVPIPoint2DFrac::x

32-bit Q16.16 number signfying horizontal offset of the keypoint relative to left, measured in pixels.

Definition at line 84 of file nvmedia_vpi.h.

uint32_t NvMediaVPIPoint2DFrac::y

32-bit Q16.16 number signfying vertical offset of the keypoint relative to top, measured in pixels.

Definition at line 87 of file nvmedia_vpi.h.


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