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