gtsam/gtsam/geometry
Pablo Fernandez Alcantarilla d5a5709262 Throws CheiralityException is flag GTSAM_THROW_CHEIRALITY_EXCEPTION is set to true (default behaviour) 2013-10-24 00:06:39 +00:00
..
tests Fix Vector_() to Vec() in gtsam/geometry 2013-10-20 07:10:17 +00:00
CMakeLists.txt Removed use of convenience libraries for tests - wasn't really supported in current version 2013-08-19 15:32:21 +00:00
Cal3Bundler.cpp Fix Vector_() to Vec() in gtsam/geometry 2013-10-20 07:10:17 +00:00
Cal3Bundler.h added functions to get u0 and v0 from Cal3Bundler object (introduced in writeBAL) 2013-10-19 20:41:21 +00:00
Cal3DS2.cpp Inlined derivatives in Cal3DS2, gets rid of a lot of duplicated calculations. 2013-10-12 07:07:08 +00:00
Cal3DS2.h Comments and formatting, plus some added tests on Cal3Bundler 2013-10-12 14:31:18 +00:00
Cal3_S2.cpp Reformatted with new style file, renamed some derivatives to Dcal, Dpose, Dpoint etc. 2013-10-12 05:13:36 +00:00
Cal3_S2.h make calibration interface uniform, matrix --> K 2013-10-15 20:12:36 +00:00
Cal3_S2Stereo.h
CalibratedCamera.cpp Reformatted with new style file, renamed some derivatives to Dcal, Dpose, Dpoint etc. 2013-10-12 06:02:16 +00:00
CalibratedCamera.h Reformatted with new style file, renamed some derivatives to Dcal, Dpose, Dpoint etc. 2013-10-12 06:02:16 +00:00
PinholeCamera.h Throws CheiralityException is flag GTSAM_THROW_CHEIRALITY_EXCEPTION is set to true (default behaviour) 2013-10-24 00:06:39 +00:00
Point2.cpp
Point2.h Removed unnecessary copy constructor 2013-10-13 22:21:04 +00:00
Point3.cpp print Point3 in matlab's column vector style 2013-08-06 18:49:03 +00:00
Point3.h
Pose2.cpp Fix Vector_() to Vec() in gtsam/geometry 2013-10-20 07:10:17 +00:00
Pose2.h
Pose3.cpp Reformatted with new style file, renamed some derivatives to Dcal, Dpose, Dpoint etc. 2013-10-12 05:13:36 +00:00
Pose3.h Reformatted with new style file, renamed some derivatives to Dcal, Dpose, Dpoint etc. 2013-10-12 05:13:36 +00:00
Rot2.cpp
Rot2.h
Rot3.h Fix error when wrapping a library using Rot3 to matlab: "type stored... is N5gtsam4Rot3E but requested type was N5gtsam4Rot3E", because gtsam is linked 2 times: one with the library, one with the mex, and somehow Rot3 is not virtual and exists in both. Moving print implementation to cpp seems to fix this problem. 2013-08-08 08:51:52 +00:00
Rot3M.cpp fix a small but important error in dexpInvL comment 2013-10-23 21:17:51 +00:00
Rot3Q.cpp Fixed missing print function in Rot3Q 2013-08-19 20:35:37 +00:00
SimpleCamera.cpp
SimpleCamera.h
StereoCamera.cpp
StereoCamera.h
StereoPoint2.cpp
StereoPoint2.h convenience function to access right image Point2 and trivial unit tests 2013-10-18 19:07:42 +00:00
concepts.h