gtsam/gtsam/geometry
Frank Dellaert b78a4e64b1 Include all constructors, methods 2022-05-11 10:11:57 -04:00
..
tests identity needs to be lowercase and fix tests 2022-04-30 16:41:14 -04:00
BearingRange.h Add headers in the place they are needed 2022-02-16 22:51:53 -05: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
Cal3.cpp Override dim(), cleanup, and add unicode 2020-12-02 16:19:05 -05:00
Cal3.h Added more GTSAM_DEPRECATED directives 2022-01-03 10:32:55 -05:00
Cal3Bundler.cpp make rr and g as const 2021-06-03 14:05:34 -04:00
Cal3Bundler.h Merge pull request #1088 from borglab/fix/add-shared-ptr-for-camera-calibration-classes 2022-02-05 11:10:52 -05:00
Cal3DS2.cpp Consistent and better formatting 2020-12-02 17:15:10 -05:00
Cal3DS2.h Add headers in the place they are needed 2022-02-16 22:51:53 -05:00
Cal3DS2_Base.cpp Consistent and better formatting 2020-12-02 17:15:10 -05:00
Cal3DS2_Base.h Add headers in the place they are needed 2022-02-16 22:51:53 -05:00
Cal3Fisheye.cpp Removed comments 2021-11-22 21:02:32 +01:00
Cal3Fisheye.h Add headers in the place they are needed 2022-02-16 22:51:53 -05:00
Cal3Unified.cpp additional formatting 2020-12-02 17:24:21 -05:00
Cal3Unified.h Add shared_ptr definition for remainder of camera objects 2022-02-05 10:22:40 +00:00
Cal3_S2.cpp calibrate and uncalibrate for Cal3_S2Stereo model 2020-12-03 20:08:57 -05:00
Cal3_S2.h Override dim(), cleanup, and add unicode 2020-12-02 16:19:05 -05:00
Cal3_S2Stereo.cpp calibrate and uncalibrate for Cal3_S2Stereo model 2020-12-03 20:08:57 -05:00
Cal3_S2Stereo.h disambiguate overloaded base class 2020-12-04 16:15:21 -05:00
CalibratedCamera.cpp Pose3 naming convention 2019-05-16 15:06:15 -04:00
CalibratedCamera.h fix warnings from tests 2021-05-03 17:01:18 -04:00
CameraSet.h Merge branch 'develop' into feature/sphericalCamera 2021-11-07 12:02:33 -05:00
Cyclic.cpp remove trailing spaces 2019-02-11 10:58:34 -05:00
Cyclic.h add missing header guards under gtsam/ 2022-02-21 13:50:22 -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 Move transformTo declaration to the top to avoid ambiguous linkage 2022-02-17 15:27:01 -05:00
Line3.h Move transformTo declaration to the top to avoid ambiguous linkage 2022-02-17 15:27:01 -05:00
OrientedPlane3.cpp Tidy up comments and use cpplint 2021-02-16 11:48:26 +00:00
OrientedPlane3.h Tidy up comments and use cpplint 2021-02-16 11:48:26 +00:00
PinholeCamera.h Merge pull request #1107 from borglab/fix/91_single_test_exe 2022-02-17 00:12:25 -05:00
PinholePose.h Use implicit conversion 2022-04-16 13:51:18 -04:00
PinholeSet.h Fix all new gcc warnings/errors: make explicit virtual/override methods. 2020-07-26 11:20:42 +02:00
Point2.cpp fix typo in size of mean vector for Point2Pair means() 2021-11-08 13:23:57 -05:00
Point2.h Merge branch 'develop' into feature/sphericalCamera 2021-11-07 12:02:33 -05:00
Point3.cpp Add headers in the place they are needed 2022-02-16 22:51:53 -05:00
Point3.h switch typedef to using per popular request 2021-03-03 11:26:23 -05:00
Pose2.cpp use Jose's suggestion 2022-04-30 17:05:41 -04:00
Pose2.h Merge branch 'develop' into add-Similarity2-classes 2022-04-29 18:08:23 -04:00
Pose3.cpp use Jose's suggestion 2022-04-30 17:05:41 -04:00
Pose3.h Expose Align, and add matrix version 2022-03-26 16:33:20 -04:00
Quaternion.h Only keep essentials 2021-12-03 15:21:01 -05:00
Rot2.cpp Rot2::ClosestTo with SVD 2022-04-29 18:42:18 -04:00
Rot2.h minor fixes to Pose2 and Rot2 2022-02-06 00:08:31 -05:00
Rot3.cpp Throw exception in Rot3::RQ for derivatives close to singularity 2020-09-15 21:05:02 +02:00
Rot3.h Fix wrapping 2022-01-28 11:59:39 -05:00
Rot3M.cpp small doc fix 2020-11-12 18:17:16 -05:00
Rot3Q.cpp normalized needs to be called explicitly 2020-10-05 13:25:30 -04:00
SO3.cpp Merge branch 'develop' into feature/sphericalCamera 2021-11-07 12:02:33 -05: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 add std namespacing 2021-01-05 10:43:31 -05:00
SOn.cpp fixed dllexport issues in geometry, only tests failing 2022-02-17 11:14:09 -05:00
SOn.h fixed dllexport issues in geometry, only tests failing 2022-02-17 11:14:09 -05:00
Similarity2.cpp identity needs to be lowercase and fix tests 2022-04-30 16:41:14 -04:00
Similarity2.h identity needs to be lowercase and fix tests 2022-04-30 16:41:14 -04:00
Similarity3.cpp remove Pose2/3 casts from Sim2/3 2022-04-29 17:53:07 -04:00
Similarity3.h remove Pose2/3 casts from Sim2/3 2022-04-29 17:53:07 -04:00
SimpleCamera.cpp Added more GTSAM_DEPRECATED directives 2022-01-03 10:32:55 -05:00
SimpleCamera.h Global replace to V42 2022-01-02 15:49:47 -05:00
SphericalCamera.cpp applied formatting to modified files 2021-11-07 16:31:48 -05:00
SphericalCamera.h use passed in calibration for initialization and add EmptyCal serialization 2021-12-20 21:19:26 -05:00
StereoCamera.cpp Pose3 naming convention 2019-05-16 15:06:15 -04:00
StereoCamera.h good progress - still need to work on TriangulatePoint3 2021-08-27 17:32:42 -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 Revert "remove deprecated Unit3::error() which is replaced by Unit3::errorVector()" 2021-02-16 10:16:21 +00:00
Unit3.h fixed dllexport issues in geometry, only tests failing 2022-02-17 11:14:09 -05:00
concepts.h prefer semicolon in definitions 2021-11-08 22:41:59 +01:00
geometry.i Include all constructors, methods 2022-05-11 10:11:57 -04:00
triangulation.cpp supertriangulation! with spherical camera 2021-08-28 14:26:36 -04:00
triangulation.h Make status a public field 2022-05-10 23:01:22 -04:00