gtsam/gtsam/geometry
Richard Roberts 02b45d5186 Cosmetic changes 2011-08-27 00:59:02 +00:00
..
tests Added derivatives to Point3::between and added several missing unit tests 2011-08-27 00:58:43 +00:00
Cal3Bundler.cpp Merge branch 'eigen' 2011-05-20 13:52:08 +00:00
Cal3Bundler.h Merge branch 'prep_0.9.3' 2011-06-13 16:55:31 +00:00
Cal3DS2.cpp Merge branch 'eigen' 2011-05-20 13:52:08 +00:00
Cal3DS2.h Merge branch 'prep_0.9.3' 2011-06-13 16:55:31 +00:00
Cal3_S2.cpp Merge branch 'prep_0.9.3' 2011-06-13 16:55:31 +00:00
Cal3_S2.h Merge branch 'prep_0.9.3' 2011-06-13 16:55:31 +00:00
Cal3_S2Stereo.h Merge branch 'prep_0.9.3' 2011-06-13 16:55:31 +00:00
CalibratedCamera.cpp Moved the subdirectories that compile into libgtsam.la into a 'gtsam' subdirectory. Hopefully a good fix for the problem we had trying to make a gtsam distribution, that the source directory may not be called 'gtsam'. 2010-10-25 20:10:33 +00:00
CalibratedCamera.h Moved the subdirectories that compile into libgtsam.la into a 'gtsam' subdirectory. Hopefully a good fix for the problem we had trying to make a gtsam distribution, that the source directory may not be called 'gtsam'. 2010-10-25 20:10:33 +00:00
CalibratedCameraT.h Merge branch 'prep_0.9.3' 2011-06-13 16:55:31 +00:00
GeneralCameraT.h Merge branch 'prep_0.9.3' 2011-06-13 16:55:31 +00:00
Makefile.am Merge branch 'eigen' 2011-05-20 13:52:08 +00:00
Point2.cpp Moved the subdirectories that compile into libgtsam.la into a 'gtsam' subdirectory. Hopefully a good fix for the problem we had trying to make a gtsam distribution, that the source directory may not be called 'gtsam'. 2010-10-25 20:10:33 +00:00
Point2.h Cosmetic changes 2011-08-27 00:59:02 +00:00
Point3.cpp cmath rather than math.h 2011-03-21 15:05:40 +00:00
Point3.h Added derivatives to Point3::between and added several missing unit tests 2011-08-27 00:58:43 +00:00
Pose2.cpp Changed the default Matrix to use column major, rather than row major. Removed Matrix-inl.h, as it isn't used 2011-06-04 22:15:23 +00:00
Pose2.h add constness for operator * in Pose2*Point2 2011-07-15 03:12:43 +00:00
Pose3.cpp Merge branch 'eigen' 2011-05-20 13:52:08 +00:00
Pose3.h Fix constness bug for Pose3::operator*(Point3). Add a comment for function stack in Matrix 2011-07-29 01:55:56 +00:00
Rot2.cpp Tightened thresholds in Rot3, Pose3, Rot2, Pose2, that were "correcting" numbers to zero and one with too loose tolerance. This made it necessary to specify large steps for numerical derivatives (1e-2 instead of the default 1e-5). Fixed this, and updated unit tests to use the default step size. 2011-04-08 18:41:50 +00:00
Rot2.h Merge branch 'prep_0.9.3' 2011-06-13 16:55:31 +00:00
Rot3.cpp Merge branch 'prep_0.9.3' 2011-06-13 16:55:31 +00:00
Rot3.h Merge branch 'prep_0.9.3' 2011-06-13 16:55:31 +00:00
SimpleCamera.cpp Moved the subdirectories that compile into libgtsam.la into a 'gtsam' subdirectory. Hopefully a good fix for the problem we had trying to make a gtsam distribution, that the source directory may not be called 'gtsam'. 2010-10-25 20:10:33 +00:00
SimpleCamera.h Added more serialization - geometry is done, jacobian and hessian factors done, visual system done. Split projection factor out from visual SLAM into separate header 2011-06-03 21:32:27 +00:00
StereoCamera.cpp moved StereoFactor typedef into visualSLAM namespace. StereoCamera improvements 2011-03-11 21:56:14 +00:00
StereoCamera.h Merge branch 'prep_0.9.3' 2011-06-13 16:55:31 +00:00
StereoPoint2.cpp assorted cleanup - mostly comments and adding implementations to cpp files, rather than in header files 2011-06-13 20:01:58 +00:00
StereoPoint2.h assorted cleanup - mostly comments and adding implementations to cpp files, rather than in header files 2011-06-13 20:01:58 +00:00
Tensor1.h Moved the subdirectories that compile into libgtsam.la into a 'gtsam' subdirectory. Hopefully a good fix for the problem we had trying to make a gtsam distribution, that the source directory may not be called 'gtsam'. 2010-10-25 20:10:33 +00:00
Tensor1Expression.h cmath rather than math.h 2011-03-21 15:05:40 +00:00
Tensor2.h Changed the default Matrix to use column major, rather than row major. Removed Matrix-inl.h, as it isn't used 2011-06-04 22:15:23 +00:00
Tensor2Expression.h Moved the subdirectories that compile into libgtsam.la into a 'gtsam' subdirectory. Hopefully a good fix for the problem we had trying to make a gtsam distribution, that the source directory may not be called 'gtsam'. 2010-10-25 20:10:33 +00:00
Tensor3.h Moved the subdirectories that compile into libgtsam.la into a 'gtsam' subdirectory. Hopefully a good fix for the problem we had trying to make a gtsam distribution, that the source directory may not be called 'gtsam'. 2010-10-25 20:10:33 +00:00
Tensor3Expression.h Moved the subdirectories that compile into libgtsam.la into a 'gtsam' subdirectory. Hopefully a good fix for the problem we had trying to make a gtsam distribution, that the source directory may not be called 'gtsam'. 2010-10-25 20:10:33 +00:00
Tensor4.h Moved the subdirectories that compile into libgtsam.la into a 'gtsam' subdirectory. Hopefully a good fix for the problem we had trying to make a gtsam distribution, that the source directory may not be called 'gtsam'. 2010-10-25 20:10:33 +00:00
Tensor5.h Moved the subdirectories that compile into libgtsam.la into a 'gtsam' subdirectory. Hopefully a good fix for the problem we had trying to make a gtsam distribution, that the source directory may not be called 'gtsam'. 2010-10-25 20:10:33 +00:00
Tensor5Expression.h Moved the subdirectories that compile into libgtsam.la into a 'gtsam' subdirectory. Hopefully a good fix for the problem we had trying to make a gtsam distribution, that the source directory may not be called 'gtsam'. 2010-10-25 20:10:33 +00:00
projectiveGeometry.cpp Merge branch 'eigen' 2011-05-20 13:52:08 +00:00
projectiveGeometry.h Moved the subdirectories that compile into libgtsam.la into a 'gtsam' subdirectory. Hopefully a good fix for the problem we had trying to make a gtsam distribution, that the source directory may not be called 'gtsam'. 2010-10-25 20:10:33 +00:00
tensorInterface.cpp Moved the subdirectories that compile into libgtsam.la into a 'gtsam' subdirectory. Hopefully a good fix for the problem we had trying to make a gtsam distribution, that the source directory may not be called 'gtsam'. 2010-10-25 20:10:33 +00:00
tensorInterface.h Changed the default Matrix to use column major, rather than row major. Removed Matrix-inl.h, as it isn't used 2011-06-04 22:15:23 +00:00
tensors.h Moved the subdirectories that compile into libgtsam.la into a 'gtsam' subdirectory. Hopefully a good fix for the problem we had trying to make a gtsam distribution, that the source directory may not be called 'gtsam'. 2010-10-25 20:10:33 +00:00