gtsam/gtsam/geometry
dellaert 355b938f3a Point3 loses its mojo (superfluous Lie/Manifold stuff) 2014-12-22 17:22:45 +01:00
..
tests Point3 loses its mojo (superfluous Lie/Manifold stuff) 2014-12-22 17:22:45 +01:00
CMakeLists.txt Building timing scripts using new timing script support in GtsamTesting.cmake. Fixed compile errors in timing scripts but disabled a couple. 2014-06-07 19:02:11 -07:00
Cal3Bundler.cpp Fixed size vectors for all Logmap, localcoordinates and vector methods 2014-12-07 13:51:17 -05:00
Cal3Bundler.h Started converting types. Into the ChartValue now. 2014-12-13 22:20:59 +01:00
Cal3DS2.cpp add dynamic size matrix uncalibrate in Cal3DS2_Base, now wrapper compiles 2014-11-09 17:02:22 -05:00
Cal3DS2.h Started converting types. Into the ChartValue now. 2014-12-13 22:20:59 +01:00
Cal3DS2_Base.cpp Fixed size vectors for all Logmap, localcoordinates and vector methods 2014-12-07 13:51:17 -05:00
Cal3DS2_Base.h Fixed size vectors for all Logmap, localcoordinates and vector methods 2014-12-07 13:51:17 -05:00
Cal3Unified.cpp Fixed size vectors for all Logmap, localcoordinates and vector methods 2014-12-07 13:51:17 -05:00
Cal3Unified.h Merge remote-tracking branch 'origin/develop' into feature/tighteningTraits 2014-12-21 14:39:23 +01:00
Cal3_S2.cpp completed all calibration files 2014-12-02 12:40:18 -05:00
Cal3_S2.h Merge remote-tracking branch 'origin/develop' into feature/tighteningTraits 2014-12-21 14:39:23 +01:00
Cal3_S2Stereo.h Merge remote-tracking branch 'origin/develop' into feature/tighteningTraits 2014-12-21 14:39:23 +01:00
CalibratedCamera.cpp updated Matrix.h with commonly used matrices. 2014-12-03 09:59:10 -05:00
CalibratedCamera.h Changed some lie groups to manifolds 2014-12-13 22:26:49 +01:00
Cyclic.cpp Easier to read with Cyclic<3> 2014-12-07 18:55:49 +01:00
Cyclic.h Split up concepts into Group/Manifold/Lie/VectorSpace. Also fixed some implementations and put in exceptions elsewhere, rather than CONCEPT_NOT_IMPLEMENTED macro. 2014-12-22 02:50:52 +01:00
EssentialMatrix.cpp Fixed size vectors for all Logmap, localcoordinates and vector methods 2014-12-07 13:51:17 -05:00
EssentialMatrix.h Merge remote-tracking branch 'origin/develop' into feature/tighteningTraits 2014-12-21 14:39:23 +01:00
PinholeCamera.h FixedDimension 2014-12-22 17:22:09 +01:00
Point2.cpp Split up concepts into Group/Manifold/Lie/VectorSpace. Also fixed some implementations and put in exceptions elsewhere, rather than CONCEPT_NOT_IMPLEMENTED macro. 2014-12-22 02:50:52 +01:00
Point2.h Comments 2014-12-22 17:22:26 +01:00
Point3.cpp Split up concepts into Group/Manifold/Lie/VectorSpace. Also fixed some implementations and put in exceptions elsewhere, rather than CONCEPT_NOT_IMPLEMENTED macro. 2014-12-22 02:50:52 +01:00
Point3.h Point3 loses its mojo (superfluous Lie/Manifold stuff) 2014-12-22 17:22:45 +01:00
Pose2.cpp Split up concepts into Group/Manifold/Lie/VectorSpace. Also fixed some implementations and put in exceptions elsewhere, rather than CONCEPT_NOT_IMPLEMENTED macro. 2014-12-22 02:50:52 +01:00
Pose2.h Fixed more problems so everything compiles now after splitting up concepts into Group/Manifold/Lie/VectorSpace. Still 25 tests that fail. 2014-12-22 02:52:31 +01:00
Pose3.cpp Split up concepts into Group/Manifold/Lie/VectorSpace. Also fixed some implementations and put in exceptions elsewhere, rather than CONCEPT_NOT_IMPLEMENTED macro. 2014-12-22 02:50:52 +01:00
Pose3.h Fixed more problems so everything compiles now after splitting up concepts into Group/Manifold/Lie/VectorSpace. Still 25 tests that fail. 2014-12-22 02:52:31 +01:00
Quaternion.h Split up concepts into Group/Manifold/Lie/VectorSpace. Also fixed some implementations and put in exceptions elsewhere, rather than CONCEPT_NOT_IMPLEMENTED macro. 2014-12-22 02:50:52 +01:00
Rot2.cpp Split up concepts into Group/Manifold/Lie/VectorSpace. Also fixed some implementations and put in exceptions elsewhere, rather than CONCEPT_NOT_IMPLEMENTED macro. 2014-12-22 02:50:52 +01:00
Rot2.h Fixed more problems so everything compiles now after splitting up concepts into Group/Manifold/Lie/VectorSpace. Still 25 tests that fail. 2014-12-22 02:52:31 +01:00
Rot3.cpp Fixed size vectors for all Logmap, localcoordinates and vector methods 2014-12-07 13:51:17 -05:00
Rot3.h Fixed more problems so everything compiles now after splitting up concepts into Group/Manifold/Lie/VectorSpace. Still 25 tests that fail. 2014-12-22 02:52:31 +01:00
Rot3M.cpp Fixed more problems so everything compiles now after splitting up concepts into Group/Manifold/Lie/VectorSpace. Still 25 tests that fail. 2014-12-22 02:52:31 +01:00
Rot3Q.cpp Fixed more problems so everything compiles now after splitting up concepts into Group/Manifold/Lie/VectorSpace. Still 25 tests that fail. 2014-12-22 02:52:31 +01:00
SO3.cpp Progress on compilation 2014-12-12 17:02:15 +01:00
SO3.h Fixed more problems so everything compiles now after splitting up concepts into Group/Manifold/Lie/VectorSpace. Still 25 tests that fail. 2014-12-22 02:52:31 +01:00
SimpleCamera.cpp Changed Matrix.h to correct return values amd impleemnted rectangular matrix types. 2014-12-03 15:16:55 -05:00
SimpleCamera.h Changed Matrix.h to correct return values amd impleemnted rectangular matrix types. 2014-12-03 15:16:55 -05:00
StereoCamera.cpp Fixed size vectors for all Logmap, localcoordinates and vector methods 2014-12-07 13:51:17 -05:00
StereoCamera.h Merge remote-tracking branch 'origin/develop' into feature/tighteningTraits 2014-12-21 14:39:23 +01:00
StereoPoint2.cpp fix linker error, namespace issue 2014-06-05 10:59:06 -04:00
StereoPoint2.h Split up concepts into Group/Manifold/Lie/VectorSpace. Also fixed some implementations and put in exceptions elsewhere, rather than CONCEPT_NOT_IMPLEMENTED macro. 2014-12-22 02:50:52 +01:00
Unit3.cpp Point3 loses its mojo (superfluous Lie/Manifold stuff) 2014-12-22 17:22:45 +01:00
Unit3.h Split up concepts into Group/Manifold/Lie/VectorSpace. Also fixed some implementations and put in exceptions elsewhere, rather than CONCEPT_NOT_IMPLEMENTED macro. 2014-12-22 02:50:52 +01:00
concepts.h changed tabs to spaces for consistent indentation in all of GTSAM 2012-10-02 14:40:07 +00:00
triangulation.cpp fixed DLT to constant sized matrices 2014-12-03 18:23:08 -05:00
triangulation.h moved TriangulationFactor to slam folder 2014-12-04 11:18:26 -05:00