gtsam/gtsam/geometry
Mike Bosse 003224ac3f fixing serialization code when class has no base 2014-10-30 17:21:24 +01:00
..
tests all values in Values container are now a ChartValue<ValueType, Chart=DefaultChart<ValueType> > 2014-10-28 00:57:44 +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 Speeding up localCoordinates 2014-10-22 13:46:05 +02:00
Cal3Bundler.h fixing serialization code when class has no base 2014-10-30 17:21:24 +01:00
Cal3DS2.cpp New matrix definitions 2014-10-07 00:31:13 +02:00
Cal3DS2.h fixing serialization code when class has no base 2014-10-30 17:21:24 +01:00
Cal3Unified.cpp Name change from k3,k4 to p1,p2 as in OpenCV 2014-06-18 14:36:09 -04:00
Cal3Unified.h fixing serialization code when class has no base 2014-10-30 17:21:24 +01:00
Cal3_S2.cpp Fixed Jacobian versions 2014-10-06 21:37:05 +02:00
Cal3_S2.h fixing serialization code when class has no base 2014-10-30 17:21:24 +01:00
Cal3_S2Stereo.h Constructor from vector 2013-07-22 20:25:44 +00:00
CalibratedCamera.cpp Merged changes from the trunk back into geometry. This triggered Eigen merge, as well as Vector/Matrix in base. Next up: slam, unstable. 2013-12-21 18:34:23 -05:00
CalibratedCamera.h fixing serialization code when class has no base 2014-10-30 17:21:24 +01:00
EssentialMatrix.cpp Rename Sphere2 -> Unit3 2014-02-22 16:20:28 -05:00
EssentialMatrix.h fixing serialization code when class has no base 2014-10-30 17:21:24 +01:00
PinholeCamera.h removed std::type_traits which is c++11 2014-10-29 10:23:13 +01:00
Point2.cpp norm derivatives 2014-10-03 11:38:38 +02:00
Point2.h fixing serialization code when class has no base 2014-10-30 17:21:24 +01:00
Point3.cpp norm derivatives 2014-10-03 11:38:38 +02:00
Point3.h fixing serialization code when class has no base 2014-10-30 17:21:24 +01:00
Pose2.cpp between copy/paste :-( 2014-10-07 01:20:57 +02:00
Pose2.h fixing serialization code when class has no base 2014-10-30 17:21:24 +01:00
Pose3.cpp Cached Rot3::transpose(). Inspired by @cbeall3 fix of Unit3, I realized that with one million points and 1000 cameras, the same Matrix3 (R_.transpose()) was computed a 1000 more times than needed. Especially with quaternions this would be expensive, even with Rot3Q. 2014-10-15 11:51:41 +02:00
Pose3.h fixing serialization code when class has no base 2014-10-30 17:21:24 +01:00
Rot2.cpp Merged changes from the trunk back into geometry. This triggered Eigen merge, as well as Vector/Matrix in base. Next up: slam, unstable. 2013-12-21 18:34:23 -05:00
Rot2.h fixing serialization code when class has no base 2014-10-30 17:21:24 +01:00
Rot3.cpp Removed print statement 2014-10-23 22:39:07 +02:00
Rot3.h fixing serialization code when class has no base 2014-10-30 17:21:24 +01:00
Rot3M.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
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 changes from the trunk back into geometry. This triggered Eigen merge, as well as Vector/Matrix in base. Next up: slam, unstable. 2013-12-21 18:34:23 -05:00
StereoCamera.h fixing serialization code when class has no base 2014-10-30 17:21:24 +01:00
StereoPoint2.cpp changed tabs to spaces for consistent indentation in all of GTSAM 2012-10-02 14:40:07 +00:00
StereoPoint2.h fixing serialization code when class has no base 2014-10-30 17:21:24 +01:00
TriangulationFactor.h No more default argument 2014-10-07 00:44:40 +02:00
Unit3.cpp added comments and fixed warning 2014-07-25 14:13:27 -04:00
Unit3.h fixing serialization code when class has no base 2014-10-30 17:21:24 +01: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 Move smart projection factor 2014-05-31 15:33:19 -04:00