gtsam/gtsam/geometry
Frank Dellaert cef937e09d
Update Point3.h
Fix doxygen comment
2020-10-01 20:21:14 -04:00
..
tests Merge branch 'develop' into fix/means 2020-10-01 13:58:55 -04:00
BearingRange.h Switch to the new alignment marker type 2020-06-24 17:15:00 -04: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 compute inverse only once 2020-09-29 12:57:55 -04:00
Cal3Bundler.h make tolerance as a constructor param 2020-09-23 13:48:40 -04:00
Cal3DS2.cpp replaced fabs with c++11 std::abs 2019-09-18 18:30:26 -04:00
Cal3DS2.h Fix all new gcc warnings/errors: make explicit virtual/override methods. 2020-07-26 11:20:42 +02:00
Cal3DS2_Base.cpp replaced fabs with c++11 std::abs 2019-09-18 18:30:26 -04:00
Cal3DS2_Base.h Fix all new gcc warnings/errors: make explicit virtual/override methods. 2020-07-26 11:20:42 +02:00
Cal3Fisheye.cpp Inlined derivatives and fixed one issue with Jacobians around image center 2020-05-10 13:40:13 -04:00
Cal3Fisheye.h Inlined derivatives and fixed one issue with Jacobians around image center 2020-05-10 13:40:13 -04:00
Cal3Unified.cpp replaced fabs with c++11 std::abs 2019-09-18 18:30:26 -04:00
Cal3Unified.h Fix all new gcc warnings/errors: make explicit virtual/override methods. 2020-07-26 11:20:42 +02:00
Cal3_S2.cpp replaced fabs with c++11 std::abs 2019-09-18 18:30:26 -04:00
Cal3_S2.h use enum dimension for camera DoF 2020-03-27 07:53:40 -04:00
Cal3_S2Stereo.cpp replaced fabs with c++11 std::abs 2019-09-18 18:30:26 -04:00
Cal3_S2Stereo.h use enum dimension for camera DoF 2020-03-27 07:53:40 -04:00
CalibratedCamera.cpp Pose3 naming convention 2019-05-16 15:06:15 -04:00
CalibratedCamera.h use enum dimension for camera DoF 2020-03-27 07:53:40 -04:00
CameraSet.h Switch to the new alignment marker type 2020-06-24 17:15:00 -04:00
Cyclic.cpp remove trailing spaces 2019-02-11 10:58:34 -05:00
Cyclic.h remove trailing spaces 2019-02-11 10:58:34 -05:00
EssentialMatrix.cpp Pose3 naming convention 2019-05-16 15:06:15 -04:00
EssentialMatrix.h Removed all deprecated code w Stephanie... 2020-07-22 17:32:25 -04:00
Line3.cpp additional jacobian for retract and local and unit tests 2020-05-09 08:28:44 -04:00
Line3.h additional jacobian for retract and local and unit tests 2020-05-09 08:28:44 -04:00
OrientedPlane3.cpp Fix jacobian of retract for OrientedPlane3 and tests 2019-01-15 17:52:45 -05:00
OrientedPlane3.h replaced fabs with c++11 std::abs 2019-09-18 18:30:26 -04:00
PinholeCamera.h Fix all new gcc warnings/errors: make explicit virtual/override methods. 2020-07-26 11:20:42 +02:00
PinholePose.h Fix all new gcc warnings/errors: make explicit virtual/override methods. 2020-07-26 11:20:42 +02:00
PinholeSet.h Fix all new gcc warnings/errors: make explicit virtual/override methods. 2020-07-26 11:20:42 +02:00
Point2.cpp Remove GTSAM_DEFINE_POINTS_TO_VECTORS 2020-08-21 09:08:34 -04:00
Point2.h Remove GTSAM_DEFINE_POINTS_TO_VECTORS 2020-08-21 09:08:34 -04:00
Point3.cpp Merge branch 'develop' into fix/means 2020-10-01 13:58:55 -04:00
Point3.h Update Point3.h 2020-10-01 20:21:14 -04:00
Pose2.cpp Fix pose2 align bug. 2020-08-06 14:26:22 -04:00
Pose2.h Removed all deprecated code w Stephanie... 2020-07-22 17:32:25 -04:00
Pose3.cpp Clean up code and tests and use "means" 2020-10-01 12:01:33 -04:00
Pose3.h Merge remote-tracking branch 'upstream/develop' into sim3 2020-09-26 14:11:53 -04:00
Quaternion.h remove trailing spaces 2019-02-11 10:58:34 -05:00
Rot2.cpp Feature/shonan averaging (#473) 2020-08-17 07:43:10 -04:00
Rot2.h Feature/shonan averaging (#473) 2020-08-17 07:43:10 -04:00
Rot3.cpp Throw exception in Rot3::RQ for derivatives close to singularity 2020-09-15 21:05:02 +02:00
Rot3.h Added Jacobians for Rot3::xyz and related conversions to euler angles 2020-09-12 12:19:48 +02:00
Rot3M.cpp Added Jacobians for Rot3::RzRyRx and related named constructors 2020-08-30 18:51:43 +02:00
Rot3Q.cpp Also add jacobians to Rot3::RzRyRx for when quaternions are selected 2020-08-31 18:49:18 +02:00
SO3.cpp Conditioned logmap test on rotation format 2020-06-11 04:55:55 -04:00
SO3.h Missing DLL EXPORT macros 2019-12-28 20:31:52 +01:00
SO4.cpp replace boost random with std random 2020-07-23 14:05:23 -04:00
SO4.h replace boost random with std random 2020-07-23 14:05:23 -04:00
SOn-inl.h Feature/shonan averaging (#473) 2020-08-17 07:43:10 -04:00
SOn.cpp Feature/shonan averaging (#473) 2020-08-17 07:43:10 -04:00
SOn.h Feature/shonan averaging (#473) 2020-08-17 07:43:10 -04:00
SimpleCamera.cpp remove trailing spaces 2019-02-11 10:58:34 -05:00
SimpleCamera.h remove trailing spaces 2019-02-11 10:58:34 -05:00
StereoCamera.cpp Pose3 naming convention 2019-05-16 15:06:15 -04:00
StereoCamera.h Merge remote-tracking branch 'origin/develop' into feature/improvementsIncrementalFilter 2019-05-17 22:19:27 -04:00
StereoPoint2.cpp remove trailing spaces 2019-02-11 10:58:34 -05:00
StereoPoint2.h replaced fabs with c++11 std::abs 2019-09-18 18:30:26 -04:00
Unit3.cpp Merge pull request #209 from acxz/tbb_fix 2020-05-06 18:52:56 -04:00
Unit3.h Merge pull request #334 from martinvl/fix/unit3-copy-assign 2020-07-09 15:19:35 -04:00
concepts.h Define and partially specify Range and Bearing functors 2015-07-12 15:51:49 -07:00
triangulation.cpp Fix more memory alignment issues 2018-09-18 17:29:02 -04:00
triangulation.h Removed all deprecated code w Stephanie... 2020-07-22 17:32:25 -04:00