Navigation Menu

Skip to content

Commit

Permalink
Remove Fundamental Matrix code from Math module
Browse files Browse the repository at this point in the history
It doesn't make sense. This code is also not my favorite
implementation .. so I'm just deleting it. The 8p algorithm is already
available in the camera module. Future Maximium Likelyhood methods for
F will also require a camera model.
  • Loading branch information
Zack Moratto committed Aug 19, 2010
1 parent dd2e50f commit 2f6d38a
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 302 deletions.
1 change: 0 additions & 1 deletion src/vw/Math.h
Expand Up @@ -16,7 +16,6 @@

#include <vw/Math/Functions.h>
#include <vw/Math/Functors.h>
#include <vw/Math/FundamentalMatrix.h>
#include <vw/Math/Vector.h>
#include <vw/Math/Matrix.h>
#include <vw/Math/BBox.h>
Expand Down
226 changes: 0 additions & 226 deletions src/vw/Math/FundamentalMatrix.h

This file was deleted.

2 changes: 1 addition & 1 deletion src/vw/Math/Makefile.am
Expand Up @@ -13,7 +13,7 @@ if MAKE_MODULE_MATH

if HAVE_PKG_LAPACK
lapack_headers = LinearAlgebra.h LevenbergMarquardt.h Geometry.h \
PoseEstimation.h LapackExports.h FundamentalMatrix.h
PoseEstimation.h LapackExports.h
endif

include_HEADERS = Vector.h Matrix.h BBox.h Functions.h Functors.h \
Expand Down
3 changes: 1 addition & 2 deletions src/vw/Math/tests/Makefile.am
Expand Up @@ -31,9 +31,8 @@ TestLinearAlgebra_SOURCES = TestLinearAlgebra.cxx
TestGeometry_SOURCES = TestGeometry.cxx
TestLevenbergMarquardt_SOURCES = TestLevenbergMarquardt.cxx
TestPoseEstimation_SOURCES = TestPoseEstimation.cxx
TestFundamentalMatrix_SOURCES = TestFundamentalMatrix.cxx

TestLinearAlgebra = TestLinearAlgebra TestGeometry TestLevenbergMarquardt TestPoseEstimation TestFundamentalMatrix
TestLinearAlgebra = TestLinearAlgebra TestGeometry TestLevenbergMarquardt TestPoseEstimation
endif

TESTS = TestVector TestMatrix TestQuaternion TestBBox TestFunctions \
Expand Down
72 changes: 0 additions & 72 deletions src/vw/Math/tests/TestFundamentalMatrix.cxx

This file was deleted.

0 comments on commit 2f6d38a

Please sign in to comment.