mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 07:13:02 +04:00
086b999013
Mirror most recent changes from https://github.com/terzakig/sqpnp/pull/24 - rank revealing QR in nullspace computation - sqrt-free Cholesky (i.e., L*D*Lt) in the SQP solution - replaced divisions with multiplications by inverses - simplified checks in computeRowAndNullspace() - removed unnecessary negations - broke some dependency chains with parentheses - minor other changes