| .. |
|
tests
|
Put new unit test global variables into anonymous namespaces. Removed dll export tag from SmartRangeFactor since it is a header-only class.
|
2013-06-24 19:30:00 +00:00 |
|
CMakeLists.txt
|
Improved build of shared vs static GTSAM libraries - now possible to build either one or both, executables link to the shared if it is being build, or otherwise to the static. Also removed separate shared/static CMake flags for gtsam_unstable, now uses the same GTSAM_BUILD_SHARED and GTSAM_BUILD_STATIC as gtsam.
|
2013-03-13 18:17:39 +00:00 |
|
Cal3Bundler.cpp
|
changed tabs to spaces for consistent indentation in all of GTSAM
|
2012-10-02 14:40:07 +00:00 |
|
Cal3Bundler.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 |
|
Cal3DS2.cpp
|
renamed dist to distance (dist still works but now deprecated)
|
2013-06-05 16:11:36 +00:00 |
|
Cal3DS2.h
|
Use rr instead of r for squared radius in undistort
|
2013-05-20 22:23:50 +00:00 |
|
Cal3_S2.cpp
|
changed tabs to spaces for consistent indentation in all of GTSAM
|
2012-10-02 14:40:07 +00:00 |
|
Cal3_S2.h
|
documentation error
|
2013-06-24 18:15:29 +00:00 |
|
Cal3_S2Stereo.h
|
removed redundant shared_ptr typedefs in Cal3_S2 and Cal3_S2Stereo
|
2013-05-08 19:21:00 +00:00 |
|
CalibratedCamera.cpp
|
changed tabs to spaces for consistent indentation in all of GTSAM
|
2012-10-02 14:40:07 +00:00 |
|
CalibratedCamera.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 |
|
PinholeCamera.h
|
Added optional derivatives to compose, between, and inverse for the two camera types
|
2012-10-21 22:32:16 +00:00 |
|
Point2.cpp
|
Split up circle intersection code into three routines that are used in SmartRangeFactor
|
2013-06-24 08:24:56 +00:00 |
|
Point2.h
|
Split up circle intersection code into three routines that are used in SmartRangeFactor
|
2013-06-24 08:24:56 +00:00 |
|
Point3.cpp
|
Used <<
|
2013-06-07 14:03:27 +00:00 |
|
Point3.h
|
Formatting cleanup
|
2013-06-21 15:22:57 +00:00 |
|
Pose2.cpp
|
Improved range and derivatives (no more rotating of translation, as range is invariant to it)
|
2013-06-22 05:52:14 +00:00 |
|
Pose2.h
|
change Pose2::adjointMap and adjoint to Pose2::AdjointMap and Adjoint to make it consistent with Pose3 and standard Lie group notation
|
2013-04-30 17:20:23 +00:00 |
|
Pose3.cpp
|
ostream << operator
|
2013-06-06 01:21:34 +00:00 |
|
Pose3.h
|
Added missing dll export tags to new functions
|
2013-06-20 16:05:23 +00:00 |
|
Rot2.cpp
|
changed tabs to spaces for consistent indentation in all of GTSAM
|
2012-10-02 14:40:07 +00:00 |
|
Rot2.h
|
smarter compose
|
2013-06-05 23:40:05 +00:00 |
|
Rot3.h
|
Added missing dll export tags to new functions
|
2013-06-20 16:05:23 +00:00 |
|
Rot3M.cpp
|
Added stream operator <<
|
2013-06-05 23:41:46 +00:00 |
|
Rot3Q.cpp
|
Added stream operator <<
|
2013-06-05 23:41:46 +00: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
|
changed tabs to spaces for consistent indentation in all of GTSAM
|
2012-10-02 14:40:07 +00:00 |
|
StereoCamera.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 |
|
StereoPoint2.cpp
|
changed tabs to spaces for consistent indentation in all of GTSAM
|
2012-10-02 14:40:07 +00:00 |
|
StereoPoint2.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 |
|
concepts.h
|
changed tabs to spaces for consistent indentation in all of GTSAM
|
2012-10-02 14:40:07 +00:00 |