NVIDIA DRIVE OS Linux SDK API Reference

5.2.3 Release
For Test and Development only
NvMediaVPIPoint2DFrac Struct Reference

Detailed Description

Holds 2D point fractional representation.

Definition at line 74 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

◆ x

uint32_t NvMediaVPIPoint2DFrac::x

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

Definition at line 77 of file nvmedia_vpi.h.

◆ y

uint32_t NvMediaVPIPoint2DFrac::y

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

Definition at line 80 of file nvmedia_vpi.h.


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