.. |
tests
|
Removed headers
|
2016-05-22 14:22:36 -07:00 |
BearingRange.h
|
Better documentation
|
2015-07-15 22:59:30 -07: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
|
change: clean the DerivedValue headers in other files
|
2015-06-25 01:27:20 -04:00 |
Cal3DS2.cpp
|
add dynamic size matrix uncalibrate in Cal3DS2_Base, now wrapper compiles
|
2014-11-09 17:02:22 -05:00 |
Cal3DS2.h
|
change: clean the DerivedValue headers in other files
|
2015-06-25 01:27:20 -04: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
|
Fix some serialization warnings.
|
2015-03-06 16:12:09 +01:00 |
Cal3Unified.cpp
|
Fixed size vectors for all Logmap, localcoordinates and vector methods
|
2014-12-07 13:51:17 -05:00 |
Cal3Unified.h
|
change: clean the DerivedValue headers in other files
|
2015-06-25 01:27:20 -04:00 |
Cal3_S2.cpp
|
change: reduce some temporary computation
|
2015-06-23 10:01:02 -04:00 |
Cal3_S2.h
|
Many small improvements, bug-fixes, and tests
|
2016-02-24 11:01:19 -08:00 |
Cal3_S2Stereo.h
|
Fix some serialization warnings.
|
2015-03-06 16:12:09 +01:00 |
CalibratedCamera.cpp
|
Merge branch 'develop' into feature/SmartFactors3
|
2015-06-19 16:55:30 -04:00 |
CalibratedCamera.h
|
Even more concise by templating on second argument. Made return type explicit in HasRange/HasBearing.
|
2015-07-14 01:13:33 -07:00 |
CameraSet.h
|
Very small improvement
|
2016-02-26 08:46:08 -08:00 |
Cyclic.cpp
|
Easier to read with Cyclic<3>
|
2014-12-07 18:55:49 +01:00 |
Cyclic.h
|
We need identity
|
2015-05-25 22:02:54 -07:00 |
EssentialMatrix.cpp
|
Many small improvements, bug-fixes, and tests
|
2016-02-24 11:01:19 -08:00 |
EssentialMatrix.h
|
Many small improvements, bug-fixes, and tests
|
2016-02-24 11:01:19 -08:00 |
OrientedPlane3.cpp
|
Deprecated all inline functions in Matrix.h.
|
2016-04-11 15:11:29 -04:00 |
OrientedPlane3.h
|
Many small improvements, bug-fixes, and tests
|
2016-02-24 11:01:19 -08:00 |
PinholeCamera.h
|
A set of geometry changes from the FixedValues branch, unrelated to that PR
|
2016-02-07 20:11:01 -08:00 |
PinholePose.h
|
Many small improvements, bug-fixes, and tests
|
2016-02-24 11:01:19 -08:00 |
PinholeSet.h
|
Removed headers
|
2016-05-22 14:22:36 -07:00 |
Point2.cpp
|
Removed headers
|
2016-05-22 14:22:36 -07:00 |
Point2.h
|
Many small improvements, bug-fixes, and tests
|
2016-02-24 11:01:19 -08:00 |
Point3.cpp
|
Many small improvements, bug-fixes, and tests
|
2016-02-24 11:01:19 -08:00 |
Point3.h
|
Many small improvements, bug-fixes, and tests
|
2016-02-24 11:01:19 -08:00 |
Pose2.cpp
|
Replaced BOOSE_FOREACH with for in gtsam folder.
|
2016-05-20 23:41:22 -04:00 |
Pose2.h
|
Even more concise by templating on second argument. Made return type explicit in HasRange/HasBearing.
|
2015-07-14 01:13:33 -07:00 |
Pose3.cpp
|
Replaced BOOSE_FOREACH with for in gtsam folder.
|
2016-05-20 23:41:22 -04:00 |
Pose3.h
|
Many small improvements, bug-fixes, and tests
|
2016-02-24 11:01:19 -08:00 |
Quaternion.h
|
Renamed two-argument versions of Rodrigues to AxisAngle
|
2015-07-05 16:33:10 -07:00 |
Rot2.cpp
|
Deprecated bool zero(). All unit tests pass.
|
2016-04-15 20:21:34 -04:00 |
Rot2.h
|
Global replace of Vector::Ones(1) and Matrix::Ones(1,1) with I_1x1
|
2016-04-16 12:32:48 -04:00 |
Rot3.cpp
|
Many small improvements, bug-fixes, and tests
|
2016-02-24 11:01:19 -08:00 |
Rot3.h
|
Many small improvements, bug-fixes, and tests
|
2016-02-24 11:01:19 -08:00 |
Rot3M.cpp
|
Many small improvements, bug-fixes, and tests
|
2016-02-24 11:01:19 -08:00 |
Rot3Q.cpp
|
Quaternion now also uppercase
|
2016-01-26 23:57:34 -08:00 |
SO3.cpp
|
Many small improvements, bug-fixes, and tests
|
2016-02-24 11:01:19 -08:00 |
SO3.h
|
Add nearZeroApprox flag and make sure those cases are covered in tests
|
2016-02-01 23:51:33 -08: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
|
Even more concise by templating on second argument. Made return type explicit in HasRange/HasBearing.
|
2015-07-14 01:13:33 -07:00 |
StereoCamera.cpp
|
change 'world' to 'point'
|
2015-06-12 17:27:36 -04:00 |
StereoCamera.h
|
change interface to match PinholePose.
|
2015-07-27 23:25:05 -04:00 |
StereoPoint2.cpp
|
fix linker error, namespace issue
|
2014-06-05 10:59:06 -04:00 |
StereoPoint2.h
|
Many small improvements, bug-fixes, and tests
|
2016-02-24 11:01:19 -08:00 |
Unit3.cpp
|
Many small improvements, bug-fixes, and tests
|
2016-02-24 11:01:19 -08:00 |
Unit3.h
|
Many small improvements, bug-fixes, and tests
|
2016-02-24 11:01:19 -08:00 |
concepts.h
|
Define and partially specify Range and Bearing functors
|
2015-07-12 15:51:49 -07:00 |
triangulation.cpp
|
Work in progress: deprecating inline functions.
|
2016-04-11 11:34:57 -04:00 |
triangulation.h
|
Replaced BOOSE_FOREACH with for in gtsam folder.
|
2016-05-20 23:41:22 -04:00 |