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

pub const CALIB_USE_LU: i32 = 131072;

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