gtsam/gtsam/geometry
Varun Agrawal 199dec57fb
Merge pull request #1116 from acxz/include-guards
2022-02-22 18:21:28 -05:00
..
tests use anonymous namespace 2022-02-16 13:07:26 -05: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 Per https://github.com/borglab/gtsam/blob/develop/Using-GTSAM-EXPORT.md , classes with no methods defined in a .cpp file shouldn't have the GTSAM_EXPORT or GTSAM_UNSTABLE_EXPORT modifier. This was causing problems with the building of gtsam_unstable on MSVC / Windows. 2022-02-15 00:19:54 -08: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 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 prefer semicolon in definitions 2021-11-08 22:41:59 +01:00
Pose2.h stream printing for Pose2 2021-01-19 15:39:37 -05:00
Pose3.cpp Merge pull request #922 from borglab/feature/Pose3adjointJacobians 2021-11-11 02:32:46 -05:00
Pose3.h Merge branch 'develop' into feature/sphericalCamera 2021-11-07 12:02:33 -05:00
Quaternion.h Only keep essentials 2021-12-03 15:21:01 -05:00
Rot2.cpp Add user-defined copy constructor for Rot2 2021-06-29 17:07:15 -04:00
Rot2.h Add user-defined copy constructor for Rot2 2021-06-29 17:07:15 -04: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
Similarity3.cpp forece nonnegative scale for Sim(3) 2021-12-30 12:50:26 -05:00
Similarity3.h fix the Similarity3 export declarations and wrapper 2021-03-17 20:22:54 -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 wrap new noise model arg for gtsam.triangulatePoint3 2022-01-12 14:55:29 -05:00
triangulation.cpp supertriangulation! with spherical camera 2021-08-28 14:26:36 -04:00
triangulation.h moved invDepth-related variables 2022-01-08 20:27:27 -05:00