[][src]Function leap_sys::LeapDistortionCoeffs

pub unsafe extern "C" fn LeapDistortionCoeffs(
    hConnection: LEAP_CONNECTION,
    camera: eLeapPerspectiveType,
    dest: *mut f32
)

\ingroup Functions Returns an OpenCV-compatible lens distortion using the 8-parameter rational model

The order of the returned array is: [k1, k2, p1, p2, k3, k4, k5, k6]

@param hConnection The connection handle created by LeapCreateConnection(). @param camera The camera to use, a member of the eLeapPerspectiveType enumeration @param[out] dest A pointer to a single-precision float array of size 8. @since 3.2.1