opencv::calib3d

Constant CALIB_USE_LU

Source
pub const CALIB_USE_LU: i32 = 131072;
Expand description

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