Tilt Five NDK
T5_PixelDewarp Struct Reference
Collaboration diagram for T5_PixelDewarp:

Data Fields

T5_Vec2 pixelCoord_PIX
 The position of the pixel in PIX space. This space is defined as the warped image space that comes as camera frame returned by either the head tracking or tangible tracking camera. +X, +Y point right and down, respectively, relative to the glasses. More...
 
T5_Vec2 pixelCoord_IMG
 The dewarped position of the pixel in IMG space. This space is defined as the dewarped imaged space at z=1 relative to the camera lens, a dewarped camera frame with respect to either the head tracking or tangible tracking camera. +X, +Y point right and down, respectively, relative to the glasses. More...
 
uint8_t cameraIndex
 The index of the camera the pixel coordinate came from. 0 for tangible tracking camera, 1 for head tracking camera. More...
 

Detailed Description

Definition at line 548 of file types.h.

Field Documentation

◆ cameraIndex

uint8_t T5_PixelDewarp::cameraIndex

The index of the camera the pixel coordinate came from. 0 for tangible tracking camera, 1 for head tracking camera.

Definition at line 562 of file types.h.

◆ pixelCoord_IMG

T5_Vec2 T5_PixelDewarp::pixelCoord_IMG

The dewarped position of the pixel in IMG space. This space is defined as the dewarped imaged space at z=1 relative to the camera lens, a dewarped camera frame with respect to either the head tracking or tangible tracking camera. +X, +Y point right and down, respectively, relative to the glasses.

Definition at line 558 of file types.h.

◆ pixelCoord_PIX

T5_Vec2 T5_PixelDewarp::pixelCoord_PIX

The position of the pixel in PIX space. This space is defined as the warped image space that comes as camera frame returned by either the head tracking or tangible tracking camera. +X, +Y point right and down, respectively, relative to the glasses.

Definition at line 552 of file types.h.


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