gtsam/gtsam/geometry
Frank Dellaert 37ed46cee1 Added underscore to case conflicts until wrap can handle this. 2019-02-11 10:44:24 -05:00
..
tests Merged in fix/msvc2017 (pull request #332) 2018-11-16 17:15:02 +00:00
BearingRange.h Wrapping BearingRange 2019-01-25 15:20:54 -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
Cal3Bundler.cpp Resolved all issues with typedefs 2016-06-06 21:57:52 -07:00
Cal3Bundler.h change: clean the DerivedValue headers in other files 2015-06-25 01:27:20 -04:00
Cal3DS2.cpp add dynamic size matrix uncalibrate in Cal3DS2_Base, now wrapper compiles 2014-11-09 17:02:22 -05:00
Cal3DS2.h small doc improvement 2018-01-23 10:15:19 -05:00
Cal3DS2_Base.cpp Resolved all issues with typedefs 2016-06-06 21:57:52 -07:00
Cal3DS2_Base.h small doc improvement 2018-01-23 10:15:19 -05:00
Cal3Unified.cpp Fixed size vectors for all Logmap, localcoordinates and vector methods 2014-12-07 13:51:17 -05:00
Cal3Unified.h change: clean the DerivedValue headers in other files 2015-06-25 01:27:20 -04:00
Cal3_S2.cpp squash local changes on top of gtsam upstream pull from 6/14/2016 2016-06-18 23:13:59 -07:00
Cal3_S2.h squash local changes on top of gtsam upstream pull from 6/14/2016 2016-06-18 23:13:59 -07:00
Cal3_S2Stereo.cpp Move print methods to cpp files wherever possible 2016-11-01 15:11:57 -04:00
Cal3_S2Stereo.h Adding all missing GTSAM_EXPORT directives from 'origin/fix/msvc2017' 2018-11-04 14:32:29 -05:00
CalibratedCamera.cpp BackprojectFromCamera and some small fixes from Skydio 2018-05-11 15:13:14 -07:00
CalibratedCamera.h Merge in alignment-related changes from 'origin/fix/msvc2017' 2018-11-04 13:05:28 -05:00
CameraSet.h Merge remote-tracking branch 'origin/develop' into fix/msvc2017 2018-11-09 12:10:57 -05:00
Cyclic.cpp Easier to read with Cyclic<3> 2014-12-07 18:55:49 +01:00
Cyclic.h We need identity 2015-05-25 22:02:54 -07:00
EssentialMatrix.cpp Many small improvements, bug-fixes, and tests 2016-02-24 11:01:19 -08:00
EssentialMatrix.h No longer uses ProductManifold, compilation issue with aligned operator. 2018-11-04 22:41:15 -05:00
OrientedPlane3.cpp Deprecated all inline functions in Matrix.h. 2016-04-11 15:11:29 -04:00
OrientedPlane3.h Removed unnecessary (I think) aligned new operators. 2018-11-02 23:26:20 -04:00
PinholeCamera.h Adding all missing GTSAM_EXPORT directives from 'origin/fix/msvc2017' 2018-11-04 14:32:29 -05:00
PinholePose.h Adding all missing GTSAM_EXPORT directives from 'origin/fix/msvc2017' 2018-11-04 14:32:29 -05:00
PinholeSet.h Fix memory alignment issues 2018-07-13 14:31:02 -04:00
Point2.cpp Fixes compile errors when using BOOST version 1.61.0 2016-08-06 00:59:07 -04:00
Point2.h Adding all missing GTSAM_EXPORT directives from 'origin/fix/msvc2017' 2018-11-04 14:32:29 -05:00
Point3.cpp Fixes compile errors when using BOOST version 1.61.0 2016-08-06 00:59:07 -04:00
Point3.h Adding all missing GTSAM_EXPORT directives from 'origin/fix/msvc2017' 2018-11-04 14:32:29 -05:00
Pose2.cpp Resolved all issues with typedefs 2016-06-06 21:57:52 -07:00
Pose2.h Added underscore to case conflicts until wrap can handle this. 2019-02-11 10:44:24 -05:00
Pose3.cpp rename Pose3 parameter from point to pose 2017-03-30 12:53:01 -07:00
Pose3.h Added underscore to case conflicts until wrap can handle this. 2019-02-11 10:44:24 -05:00
Quaternion.h Move print methods to cpp files wherever possible 2016-11-01 15:11:57 -04:00
Rot2.cpp Fixes compile errors when using BOOST version 1.61.0 2016-08-06 00:59:07 -04:00
Rot2.h Weird alignment issue -> changed to static 2018-11-06 00:29:02 -05:00
Rot3.cpp Many small improvements, bug-fixes, and tests 2016-02-24 11:01:19 -08:00
Rot3.h Merge in alignment-related changes from 'origin/fix/msvc2017' 2018-11-04 13:05:28 -05:00
Rot3M.cpp Many small improvements, bug-fixes, and tests 2016-02-24 11:01:19 -08:00
Rot3Q.cpp squash local changes on top of gtsam upstream pull from 6/14/2016 2016-06-18 23:13:59 -07:00
SO3.cpp Move print methods to cpp files wherever possible 2016-11-01 15:11:57 -04:00
SO3.h Adding all missing GTSAM_EXPORT directives from 'origin/fix/msvc2017' 2018-11-04 14:32:29 -05:00
SimpleCamera.cpp Changed Matrix.h to correct return values amd impleemnted rectangular matrix types. 2014-12-03 15:16:55 -05:00
SimpleCamera.h Adding all missing GTSAM_EXPORT directives from 'origin/fix/msvc2017' 2018-11-04 14:32:29 -05:00
StereoCamera.cpp wrapped throw StereoCheiralityException inside #ifdef GTSAM_THROW_CHEIRALITY_EXCEPTION 2016-08-14 20:03:54 -04:00
StereoCamera.h Fix memory alignment issues 2018-07-13 14:31:02 -04:00
StereoPoint2.cpp fix linker error, namespace issue 2014-06-05 10:59:06 -04:00
StereoPoint2.h Fix memory alignment issues 2018-07-13 14:31:02 -04:00
Unit3.cpp After discussion with Andrei, a final version of logic, and new tests to check more cases. Tested with both typedef and old Point3 configs. 2018-10-13 12:18:25 -04:00
Unit3.h Fix more memory alignment issues 2018-09-18 17:29:02 -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 Adding all missing GTSAM_EXPORT directives from 'origin/fix/msvc2017' 2018-11-04 14:32:29 -05:00