gtsam/gtsam/geometry
John Lambert 6d57016a51
use boost::optional in .i file directly
2021-09-01 10:15:00 -06:00
..
tests Merge pull request #827 from borglab/feature/rollingShutterSmartFactors 2021-08-28 18:42:31 -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
Cal3.cpp Override dim(), cleanup, and add unicode 2020-12-02 16:19:05 -05:00
Cal3.h add virtual constructor 2021-01-04 20:45:22 -05:00
Cal3Bundler.cpp make rr and g as const 2021-06-03 14:05:34 -04:00
Cal3Bundler.h Fix override warnings: modernize-use-override 2021-01-28 23:02:13 -05:00
Cal3DS2.cpp Consistent and better formatting 2020-12-02 17:15:10 -05:00
Cal3DS2.h Fix override warnings: modernize-use-override 2021-01-28 23:02:13 -05:00
Cal3DS2_Base.cpp Consistent and better formatting 2020-12-02 17:15:10 -05:00
Cal3DS2_Base.h Fix override warnings: modernize-use-override 2021-01-28 23:02:13 -05:00
Cal3Fisheye.cpp Add comment about initial guess in undistortion 2021-07-10 15:21:22 +02:00
Cal3Fisheye.h Fix override warnings: modernize-use-override 2021-01-28 23:02:13 -05:00
Cal3Unified.cpp additional formatting 2020-12-02 17:24:21 -05:00
Cal3Unified.h Fix override warnings: modernize-use-override 2021-01-28 23:02:13 -05: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 Google-style formatting in new files. 2021-08-28 17:36:14 -04:00
Cyclic.cpp remove trailing spaces 2019-02-11 10:58:34 -05:00
Cyclic.h replaced boost with std for placeholders, bind and function 2021-07-10 21:01:20 -04: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 Add getters to line3 2021-01-14 11:56:34 +00: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 add Windows export symbols for PinholeCamera 2021-07-31 20:58:48 -07:00
PinholePose.h add Windows export symbols for PinholeCamera 2021-07-31 20:58:48 -07: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 add Point2Pairs typedef to Point2.h 2021-08-30 16:41:27 -04:00
Point3.cpp Merge branch 'develop' into fix/means 2020-10-01 13:58:55 -04:00
Point3.h switch typedef to using per popular request 2021-03-03 11:26:23 -05:00
Pose2.cpp fix bug in Pose2 print 2021-01-25 16:17:25 -05:00
Pose2.h stream printing for Pose2 2021-01-19 15:39:37 -05:00
Pose3.cpp amended 2021-07-20 20:46:43 -04:00
Pose3.h amended 2021-07-20 20:46:43 -04:00
Quaternion.h remove trailing spaces 2019-02-11 10:58:34 -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 minor typo fixes 2020-11-07 17:28:50 -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 fix bug on computation of SO(3) logmap 2021-06-01 09:38:42 -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 add std namespacing 2021-01-05 10:43:31 -05: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
Similarity3.cpp use different brace indent format 2021-03-10 12:34:40 -05:00
Similarity3.h fix the Similarity3 export declarations and wrapper 2021-03-17 20:22:54 -04:00
SimpleCamera.cpp Deprecate SimpleCamera properly 2020-11-30 06:40:54 -05:00
SimpleCamera.h Merge branch 'develop' into feature/wrap-multiple-interfaces 2021-07-14 21:56:09 -04: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 Revert "remove deprecated Unit3::error() which is replaced by Unit3::errorVector()" 2021-02-16 10:16:21 +00:00
Unit3.h Revert "remove deprecated Unit3::error() which is replaced by Unit3::errorVector()" 2021-02-16 10:16:21 +00:00
concepts.h Define and partially specify Range and Bearing functors 2015-07-12 15:51:49 -07:00
geometry.i use boost::optional in .i file directly 2021-09-01 10:15:00 -06:00
triangulation.cpp Fix more memory alignment issues 2018-09-18 17:29:02 -04:00
triangulation.h update interface files with latest develop 2021-07-14 21:53:20 -04:00