| .. |
|
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
|
New OptionalJacobian header/cpp, moved unit test to base
|
2014-11-28 14:57:05 +01:00 |
|
testCalibratedCamera.cpp
|
misc bugfixes and cleanup from skydio
|
2015-05-13 22:26:24 -07:00 |
|
testCameraSet.cpp
|
Merged in feature/SmartCT (pull request #107)
|
2015-02-22 06:14:19 +01: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
|
BORG formatting
|
2015-02-17 00:22:07 +01:00 |
|
testPinholeCamera.cpp
|
Fixed cheirality exceptions in arbitrary rotation cases
|
2015-02-21 17:39:50 +01:00 |
|
testPinholePose.cpp
|
Fixed cheirality exceptions in arbitrary rotation cases
|
2015-02-21 17:39:50 +01: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
|
Deprecated project with three derivatives, it's bogus: StereoCamera holds a pointer to a fixed calibration, and hence is similar to the new "PinholePose".
|
2015-02-22 23:29:40 +01: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
|
moved TriangulationFactor to slam folder
|
2014-12-04 11:18:26 -05:00 |
|
testUnit3.cpp
|
more progress, need to fix testSO3.cpp and testManifold.cpp
|
2014-12-17 22:53:56 +01:00 |