gtsam/gtsam/geometry
Duy-Nguyen Ta 6959ad5e6f Fix error when wrapping a library using Rot3 to matlab: "type stored... is N5gtsam4Rot3E but requested type was N5gtsam4Rot3E", because gtsam is linked 2 times: one with the library, one with the mex, and somehow Rot3 is not virtual and exists in both. Moving print implementation to cpp seems to fix this problem. 2013-08-08 08:51:52 +00:00
..
tests fix streaming tests to agree with new print in matlab column vector style 2013-08-08 08:44: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 Constructor from vector 2013-07-22 20:25:44 +00:00
Cal3_S2Stereo.h Constructor from vector 2013-07-22 20:25:44 +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 print Point3 in matlab's column vector style 2013-08-06 18:49:03 +00:00
Point3.h Point3 and Rot3 dexpInvL 2013-08-06 16:26:35 +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 Fix error when wrapping a library using Rot3 to matlab: "type stored... is N5gtsam4Rot3E but requested type was N5gtsam4Rot3E", because gtsam is linked 2 times: one with the library, one with the mex, and somehow Rot3 is not virtual and exists in both. Moving print implementation to cpp seems to fix this problem. 2013-08-08 08:51:52 +00:00
Rot3M.cpp Fix error when wrapping a library using Rot3 to matlab: "type stored... is N5gtsam4Rot3E but requested type was N5gtsam4Rot3E", because gtsam is linked 2 times: one with the library, one with the mex, and somehow Rot3 is not virtual and exists in both. Moving print implementation to cpp seems to fix this problem. 2013-08-08 08:51:52 +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 adding some accessor functions 2013-07-10 20:24:00 +00:00
concepts.h changed tabs to spaces for consistent indentation in all of GTSAM 2012-10-02 14:40:07 +00:00