Skip to content

Commit 086f596

Browse files
Fabien Servantcbentejac
authored andcommitted
Faster convergence for test
1 parent 2e38a2d commit 086f596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aliceVision/sfm/pipeline/panorama/panoramaSfM_equidistant_outliers_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
BOOST_AUTO_TEST_CASE(PANORAMA_SFM_EQUIDISTANT_OUTLIERS)
1515
{
1616
auto intrinsic_gt = camera::createIntrinsic(camera::EINTRINSIC::EQUIDISTANT_CAMERA, camera::EDISTORTION::DISTORTION_RADIALK3PT, camera::EUNDISTORTION::UNDISTORTION_NONE, 1920, 1080, 1357.0, 1357.0, 0, 0);
17-
auto intrinsic_est = camera::createIntrinsic(camera::EINTRINSIC::EQUIDISTANT_CAMERA, camera::EDISTORTION::DISTORTION_RADIALK3PT, camera::EUNDISTORTION::UNDISTORTION_NONE, 1920, 1080, 1000.0, 1000.0, 40, -20);
17+
auto intrinsic_est = camera::createIntrinsic(camera::EINTRINSIC::EQUIDISTANT_CAMERA, camera::EDISTORTION::DISTORTION_RADIALK3PT, camera::EUNDISTORTION::UNDISTORTION_NONE, 1920, 1080, 1200.0, 1200.0, 40, -20);
1818

1919
test_panorama(intrinsic_gt, intrinsic_est, 0.3);
2020
}

0 commit comments

Comments
 (0)