mirror of
https://github.com/opencv/opencv.git
synced 2026-07-21 19:33:03 +04:00
Support QR decomposition for stereoCalibrate
This commit is contained in:
@@ -755,6 +755,9 @@ static double stereoCalibrateImpl(
|
||||
if(flags & CALIB_USE_LU) {
|
||||
solver.solveMethod = DECOMP_LU;
|
||||
}
|
||||
else if(flags & CALIB_USE_QR) {
|
||||
solver.solveMethod = DECOMP_QR;
|
||||
}
|
||||
|
||||
if( recomputeIntrinsics )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user