gtsam/gtsam/geometry/tests
Frank Dellaert 6895b75ecd Merged in feature/updateOrientedPlane3 (pull request #165)
Update the OrientedPlane3
2015-06-25 10:02:11 -07:00
..
CMakeLists.txt Working on standardizing/simplifying building unit tests and examples. Much simpler cmake function to add a glob of tests, doing away with convenience libraries, and removing other options that we never change from their defaults. 2014-02-13 01:34:31 -05:00
testCal3Bundler.cpp Fix some tests 2014-10-22 16:26:56 +02:00
testCal3DS2.cpp Cleaned up some small issues from reviewing PR 2014-11-28 02:26:14 +01:00
testCal3Unified.cpp add DerivedValue test for Cal3Unified 2014-10-17 14:44:37 -04:00
testCal3_S2.cpp change:oops, forget the change in the test 2015-06-23 10:14:19 -04:00
testCalibratedCamera.cpp misc bugfixes and cleanup from skydio 2015-05-13 22:26:24 -07:00
testCameraSet.cpp project2 on Unit3, with derivatives 2015-03-05 22:44:05 -08:00
testCyclic.cpp Got rid of CRTP 2015-05-25 20:51:50 -07:00
testEssentialMatrix.cpp Some more tests on retract/localCoordinates 2015-05-24 15:33:15 -07:00
testOrientedPlane3.cpp change: formatting 2015-06-25 09:44:18 -04:00
testPinholeCamera.cpp Moved test to right place (geometry tests should not be relying on optimization code, and this was a test of the factor, not pinholecamera) 2015-06-07 20:25:35 -07:00
testPinholePose.cpp PinholeBaseK::project and PinholePose::project2 of Unit3 2015-03-05 22:14:03 -08:00
testPinholeSet.cpp project2 on Unit3, with derivatives 2015-03-05 22:44:05 -08:00
testPoint2.cpp Merged in feature/DirectProduct (pull request #143) 2015-06-04 14:45:25 -07:00
testPoint3.cpp Fixed invariant tests (which were basically no-ops) 2015-05-24 10:26:07 -07:00
testPose2.cpp Fixed invariant tests (which were basically no-ops) 2015-05-24 10:26:07 -07:00
testPose3.cpp Fixed invariant tests (which were basically no-ops) 2015-05-24 10:26:07 -07:00
testQuaternion.cpp Fixed invariant tests (which were basically no-ops) 2015-05-24 10:26:07 -07:00
testRot2.cpp Fixed invariant tests (which were basically no-ops) 2015-05-24 10:26:07 -07:00
testRot3.cpp Fixed invariant tests (which were basically no-ops) 2015-05-24 10:26:07 -07:00
testRot3M.cpp Rot3 modernization: now derives from LieGroup, SLOW_CAYLEY is gone, retract and localCoordinates auto-generated so no more flag. Might re-add instance-based expmap and logmap in LieGroup for convenienece. 2014-12-24 17:43:38 +01:00
testRot3Q.cpp Check quaternions 2015-02-11 15:00:32 +01:00
testSO3.cpp Fixed invariant tests (which were basically no-ops) 2015-05-24 10:26:07 -07:00
testSerializationGeometry.cpp Deal with incomplete Pose2 type by including <Pose2.h> 2015-02-21 12:39:50 +01:00
testSimpleCamera.cpp Deal with incomplete Pose2 type by including <Pose2.h> 2015-02-21 12:39:50 +01:00
testStereoCamera.cpp Tests passed with real settings 2015-06-12 15:09:28 -04:00
testStereoPoint2.cpp Made StereoPoint2 a vector space just like Point2, removed old-style dimensions, and fixed indentation 2015-05-26 12:34:49 -04:00
testTriangulation.cpp Some refactoring and saving of computation under certain parameter combinations 2015-03-15 07:42:01 -04:00
testUnit3.cpp more progress, need to fix testSO3.cpp and testManifold.cpp 2014-12-17 22:53:56 +01:00