| .. |
|
tests
|
New OptionalJacobian header/cpp, moved unit test to base
|
2014-11-28 14:57:05 +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
|
FixedRef is now OptionalJacobian
|
2014-11-28 17:14:26 +01:00 |
|
Cal3Bundler.h
|
FixedRef is now OptionalJacobian
|
2014-11-28 17:14:26 +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
|
Windows build fixes
|
2014-11-23 13:01:56 -05:00 |
|
Cal3DS2_Base.cpp
|
FixedRef is now OptionalJacobian
|
2014-11-28 17:14:26 +01:00 |
|
Cal3DS2_Base.h
|
FixedRef is now OptionalJacobian
|
2014-11-28 17:14:26 +01:00 |
|
Cal3Unified.cpp
|
Updated all comma initializer usages to use .finished()
|
2014-11-22 16:35:27 -08:00 |
|
Cal3Unified.h
|
fix warning in issue 162
|
2014-11-24 21:18:14 -05:00 |
|
Cal3_S2.cpp
|
FixedRef is now OptionalJacobian
|
2014-11-28 17:14:26 +01:00 |
|
Cal3_S2.h
|
changed eye() to Identity()
|
2014-11-29 16:54:21 -05:00 |
|
Cal3_S2Stereo.h
|
Converted stereo factors to use stereo points and cameras; added operator<< to StereoPoint2 (STILL CAUSES LNK ERROR)
|
2014-06-05 09:25:06 -04:00 |
|
CalibratedCamera.cpp
|
Updated all comma initializer usages to use .finished()
|
2014-11-22 16:35:27 -08:00 |
|
CalibratedCamera.h
|
Windows build fixes
|
2014-11-23 13:01:56 -05:00 |
|
EssentialMatrix.cpp
|
Updated all comma initializer usages to use .finished()
|
2014-11-22 16:35:27 -08:00 |
|
EssentialMatrix.h
|
Merged in feature/stock_eigen_commainitializer (pull request #44)
|
2014-11-23 18:41:55 -05:00 |
|
PinholeCamera.h
|
FixedRef is now OptionalJacobian
|
2014-11-28 17:14:26 +01:00 |
|
Point2.cpp
|
FixedRef is now OptionalJacobian
|
2014-11-28 17:14:26 +01:00 |
|
Point2.h
|
FixedRef is now OptionalJacobian
|
2014-11-28 17:14:26 +01:00 |
|
Point3.cpp
|
FixedRef is now OptionalJacobian
|
2014-11-28 17:14:26 +01:00 |
|
Point3.h
|
FixedRef is now OptionalJacobian
|
2014-11-28 17:14:26 +01:00 |
|
Pose2.cpp
|
as @cbeall3 pointed out, Matrix(3,3) is still a dynamic Matrix. so changed this to Matrix3
|
2014-11-29 19:36:43 -05:00 |
|
Pose2.h
|
Not sure if you really need this becasue bearing and transform_to have already got OptionalJacobian. But I guess it won't hurt.
|
2014-11-29 16:35:27 -05:00 |
|
Pose3.cpp
|
FixedRef is now OptionalJacobian
|
2014-11-28 17:14:26 +01:00 |
|
Pose3.h
|
FixedRef is now OptionalJacobian
|
2014-11-28 17:14:26 +01:00 |
|
Rot2.cpp
|
Fixed the return value of Rot3
|
2014-11-30 08:32:35 -05:00 |
|
Rot2.h
|
Merged in feature/stock_eigen_commainitializer (pull request #44)
|
2014-11-23 18:41:55 -05:00 |
|
Rot3.cpp
|
Removed print statement
|
2014-10-23 22:39:07 +02:00 |
|
Rot3.h
|
FixedRef is now OptionalJacobian
|
2014-11-28 17:14:26 +01:00 |
|
Rot3M.cpp
|
FixedRef is now OptionalJacobian
|
2014-11-28 17:14:26 +01:00 |
|
Rot3Q.cpp
|
Removed transpose_. It did speed up things but was bad design. Will need to profile again and find different ways to cope with transpose() overhead. One way is to return a Eigen::Transpose<> object as hinted to in comments.
|
2014-10-23 19:13:37 +02:00 |
|
SimpleCamera.cpp
|
changed tabs to spaces for consistent indentation in all of GTSAM
|
2012-10-02 14:40:07 +00:00 |
|
SimpleCamera.h
|
Added dll export tags and updated cmake scripts so that GTSAM can build as a shared library on windows
|
2013-03-13 18:56:21 +00:00 |
|
StereoCamera.cpp
|
Merged in feature/TemplatedSmartFactors (pull request #39)
|
2014-11-25 07:36:14 -05:00 |
|
StereoCamera.h
|
Merged in feature/TemplatedSmartFactors (pull request #39)
|
2014-11-25 07:36:14 -05:00 |
|
StereoPoint2.cpp
|
fix linker error, namespace issue
|
2014-06-05 10:59:06 -04:00 |
|
StereoPoint2.h
|
Some fixes for feedback reported in pull request #39
|
2014-11-19 12:51:12 -05:00 |
|
TriangulationFactor.h
|
No more default argument
|
2014-10-07 00:44:40 +02:00 |
|
Unit3.cpp
|
Converted Vector(2|3) << ... to Vector2(...) or Vector3(...) syntax
|
2014-11-23 10:22:25 -08:00 |
|
Unit3.h
|
Windows build fixes
|
2014-11-23 13:01:56 -05:00 |
|
concepts.h
|
changed tabs to spaces for consistent indentation in all of GTSAM
|
2012-10-02 14:40:07 +00:00 |
|
triangulation.cpp
|
Move smart projection factor
|
2014-05-31 15:33:19 -04:00 |
|
triangulation.h
|
minor doxygen fixes
|
2014-10-29 13:58:46 -04:00 |