LEAP_DISTORTION_MATRIX

Type Alias LEAP_DISTORTION_MATRIX 

Source
pub type LEAP_DISTORTION_MATRIX = _LEAP_DISTORTION_MATRIX;
Expand description

\ingroup Structs A matrix containing lens distortion correction coordinates.

Each point in the grid contains the coordinates of the pixel in the image buffer that contains the data for the pixel in the undistorted image corresponding to that point in the grid. Interpolate between points in the matrix to correct image pixels that don’t fall directly underneath a point in the distortion grid.

Current devices use a 64x64 point distortion grid. @since 3.0.0

Aliased Type§

#[repr(C)]
pub struct LEAP_DISTORTION_MATRIX { pub matrix: [[_LEAP_DISTORTION_MATRIX__bindgen_ty_1; 64]; 64], }

Fields§

§matrix: [[_LEAP_DISTORTION_MATRIX__bindgen_ty_1; 64]; 64]

A grid of 2D points. @since 3.0.0