Skip to content

Commit

Permalink
VS compil fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoulon committed May 6, 2015
1 parent f537068 commit cb41650
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/openMVG/robust_estimation/guided_matching.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ void GuidedMatching(
assert(xRight.cols() == rDescriptors.size());

MetricT metric;
typename MetricT::ResultType MetricDist_T;

// Looking for the corresponding points that have
// the satisfy:
Expand Down Expand Up @@ -248,7 +247,6 @@ void GuidedMatching_Fundamental_Fast(
const PointFeatures l_pt = lRegions->GetRegionsPositions();

MetricT metric;
typename MetricT::ResultType MetricDist_T;

// Normalize F and epipole for (ep2->p2) line adequation
Mat3 F = FMat;
Expand Down
2 changes: 1 addition & 1 deletion src/openMVG/sfm/pipelines/global/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

UNIT_TEST(openMVG global_SfM
"openMVG_multiview_test_data;openMVG_features;openMVG_multiview;openMVG_sfm;openMVG_system;${openMVG_linearProgramming};stlplus")
"openMVG_multiview_test_data;openMVG_features;openMVG_multiview;openMVG_sfm;openMVG_system;${openMVG_linearProgramming};lemon;stlplus")

2 changes: 1 addition & 1 deletion src/openMVG/sfm/pipelines/sequential/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

UNIT_TEST(openMVG sequential_SfM
"openMVG_multiview_test_data;openMVG_features;openMVG_multiview;openMVG_sfm;openMVG_system;${openMVG_linearProgramming};stlplus")
"openMVG_multiview_test_data;openMVG_features;openMVG_multiview;openMVG_sfm;openMVG_system;${openMVG_linearProgramming};lemon;stlplus")

0 comments on commit cb41650

Please sign in to comment.