Skip to content

Commit

Permalink
sequential_sfm does not longer force the pair 0,1 to be used. Automat…
Browse files Browse the repository at this point in the history
…ic pair choice is so now tested.
  • Loading branch information
pmoulon committed Apr 22, 2016
1 parent cddad06 commit 74b9236
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/openMVG/sfm/pipelines/sequential/sequential_SfM_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,6 @@ TEST(SEQUENTIAL_SFM, Known_Intrinsics) {
sfmEngine.SetFeaturesProvider(feats_provider.get());
sfmEngine.SetMatchesProvider(matches_provider.get());

// Set an initial pair
sfmEngine.setInitialPair(Pair(0,1));

// Configure reconstruction parameters (intrinsic parameters are held constant)
sfmEngine.Set_Intrinsics_Refinement_Type(cameras::Intrinsic_Parameter_Type::NONE);

Expand Down Expand Up @@ -128,9 +125,6 @@ TEST(SEQUENTIAL_SFM, Partially_Known_Intrinsics) {
sfmEngine.SetFeaturesProvider(feats_provider.get());
sfmEngine.SetMatchesProvider(matches_provider.get());

// Set an initial pair
sfmEngine.setInitialPair(Pair(0,1));

// Configure reconstruction parameters (intrinsic parameters are held constant)
sfmEngine.Set_Intrinsics_Refinement_Type(cameras::Intrinsic_Parameter_Type::NONE);

Expand Down

0 comments on commit 74b9236

Please sign in to comment.