gtsam/gtsam/slam
Yong-Dian Jian 9cb903fe08 1. remove a redundant constructor of PinholeCamera
2. remove a "backproject_from_camera" function from PinholeCamera, please use "backproject" directly
2012-06-19 15:28:22 +00:00
..
tests To simplify FactorGraph, removed convertCastFactors and dynamicCastFactors from FactorGraph - replaced their calls with in-place code to do the needed conversions 2012-06-18 14:55:30 +00:00
AntiFactor.h Removed the use of the ADD_CLONE_NONLINEAR_FACTOR macro, documented instances of clone() in factors 2012-06-09 21:06:06 +00:00
BearingFactor.h Removed the use of the ADD_CLONE_NONLINEAR_FACTOR macro, documented instances of clone() in factors 2012-06-09 21:06:06 +00:00
BearingRangeFactor.h Removed the use of the ADD_CLONE_NONLINEAR_FACTOR macro, documented instances of clone() in factors 2012-06-09 21:06:06 +00:00
BetweenFactor.h Removed the use of the ADD_CLONE_NONLINEAR_FACTOR macro, documented instances of clone() in factors 2012-06-09 21:06:06 +00:00
BoundingConstraint.h Renamed NonlinearFactor[1-6] to NoiseModelFactor[1-6] 2012-02-20 21:52:47 +00:00
CMakeLists.txt Moved "bigobj" MSVC compile flag to affect testSerializationSLAM 2012-06-11 14:50:22 +00:00
GeneralSFMFactor.h Removed the use of the ADD_CLONE_NONLINEAR_FACTOR macro, documented instances of clone() in factors 2012-06-09 21:06:06 +00:00
PartialPriorFactor.h Added versions of partial priors for parts of poses - useful for GPS or inertial priors. Added interval interface to Pose2 and Pose3. 2012-06-14 20:00:51 +00:00
PriorFactor.h Removed the use of the ADD_CLONE_NONLINEAR_FACTOR macro, documented instances of clone() in factors 2012-06-09 21:06:06 +00:00
ProjectionFactor.h 1. remove a redundant constructor of PinholeCamera 2012-06-19 15:28:22 +00:00
RangeFactor.h Removed the use of the ADD_CLONE_NONLINEAR_FACTOR macro, documented instances of clone() in factors 2012-06-09 21:06:06 +00:00
StereoFactor.h Removed the use of the ADD_CLONE_NONLINEAR_FACTOR macro, documented instances of clone() in factors 2012-06-09 21:06:06 +00:00
dataset.cpp Manhattan world example with covariances, in C++ and MATLAB 2012-06-03 18:20:48 +00:00
dataset.h Manhattan world example with covariances, in C++ and MATLAB 2012-06-03 18:20:48 +00:00
planarSLAM.cpp Significant API change in slam (GTSAM 2.0.1 or 2.1): to eliminate confusion and give the user more freedom in creating their own Keys, the different slam variants no longer create Symbol keys themselves. Instead, all interaction is done via Keys (which are just unordered, unsigned ints). All PoseSLAM unit tests and examples now just use sequential keys. However, a user can still create Keys using the Symbol constructor, which is illustrated in the landmark-based unit tests and examples. 2012-06-02 16:18:40 +00:00
planarSLAM.h Fixed doxygen warnings 2012-06-07 04:54:40 +00:00
pose2SLAM.cpp add the spcg example to matlab 2012-06-04 20:14:41 +00:00
pose2SLAM.h Fixed doxygen warnings 2012-06-07 04:54:40 +00:00
pose3SLAM.cpp new Pose3SLAM examples in C++ and MATLAB 2012-06-04 00:41:13 +00:00
pose3SLAM.h Fixed doxygen warnings 2012-06-07 04:54:40 +00:00
visualSLAM.cpp Added verbosity flag in optimize. Really, we should have more sophisticated optimize. 2012-06-19 15:00:41 +00:00
visualSLAM.h Added verbosity flag in optimize. Really, we should have more sophisticated optimize. 2012-06-19 15:00:41 +00:00