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... | |
| 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.
| 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.