[][src]Constant opencv::calib3d::CALIB_USE_LU

pub const CALIB_USE_LU: i32 = (1 << 17); // 131_072i32

use LU instead of SVD decomposition for solving. much faster but potentially less precise