| .. |
|
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 |
|
testBearingRange.cpp
|
Measure static method
|
2015-07-12 20:45:58 -07: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
|
Cleaned up a number of Point3/Rot3 related uses
|
2016-02-08 17:31:32 -08: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
|
Many small improvements, bug-fixes, and tests
|
2016-02-24 11:01:19 -08:00 |
|
testOrientedPlane3.cpp
|
Many small improvements, bug-fixes, and tests
|
2016-02-24 11:01:19 -08:00 |
|
testPinholeCamera.cpp
|
Avoid default constructor in tests
|
2016-02-11 19:01:54 -08:00 |
|
testPinholePose.cpp
|
Working on getting a simple typedef to compile - as well as dealing with Point3() now creating uninitialized memory.
|
2016-02-10 17:48:52 -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 a few issues with Point3 typedef path
|
2016-02-24 12:28:30 -08:00 |
|
testPose2.cpp
|
Fixed invariant tests (which were basically no-ops)
|
2015-05-24 10:26:07 -07:00 |
|
testPose3.cpp
|
Replaced Vector::Constant(N,value) with VectorN::Constant(value).
|
2016-03-12 20:47:16 -05: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
|
Replaced Vector::Constant(N,value) with VectorN::Constant(value).
|
2016-03-12 20:47:16 -05:00 |
|
testRot3M.cpp
|
switch to Rodrigues everywhere
|
2015-07-05 16:11:04 -07:00 |
|
testRot3Q.cpp
|
Check quaternions
|
2015-02-11 15:00:32 +01:00 |
|
testSO3.cpp
|
Add nearZeroApprox flag and make sure those cases are covered in tests
|
2016-02-01 23:51:33 -08:00 |
|
testSerializationGeometry.cpp
|
Deal with incomplete Pose2 type by including <Pose2.h>
|
2015-02-21 12:39:50 +01:00 |
|
testSimpleCamera.cpp
|
Working on getting a simple typedef to compile - as well as dealing with Point3() now creating uninitialized memory.
|
2016-02-10 17:48:52 -08:00 |
|
testStereoCamera.cpp
|
Working on getting a simple typedef to compile - as well as dealing with Point3() now creating uninitialized memory.
|
2016-02-10 17:48:52 -08: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
|
Static methods should be uppercase.
|
2016-01-26 23:09:58 -08:00 |
|
testUnit3.cpp
|
Many small improvements, bug-fixes, and tests
|
2016-02-24 11:01:19 -08:00 |