GTSAM  4.0.2
C++ library for smoothing and mapping (SAM)
slam Directory Reference
Directory dependency graph for slam:
/home/docs/checkouts/readthedocs.org/user_builds/gtsam-jlblanco-docs/checkouts/latest/gtsam/slam

Directories

Files

file  AntiFactor.h [code]
 
file  BetweenFactor.h [code]
 
file  BoundingConstraint.h [code]
 Provides partially implemented constraints to implement bounds.
 
file  dataset.h [code]
 utility functions for loading datasets
 
file  EssentialMatrixConstraint.h [code]
 
file  FrobeniusFactor.h [code]
 Various factors that minimize some Frobenius norm.
 
file  GeneralSFMFactor.h [code]
 a general SFM factor with an unknown calibration
 
file  InitializePose.h [code]
 common code between lago.* (2D) and InitializePose3.* (3D)
 
file  InitializePose3.h [code]
 Initialize Pose3 in a factor graph.
 
file  lago.h [code]
 Initialize Pose2 in a factor graph using LAGO (Linear Approximation for Graph Optimization). see papers:
 
file  PoseRotationPrior.h [code]
 Implements a prior on the rotation component of a pose.
 
file  PoseTranslationPrior.h [code]
 Implements a prior on the translation component of a pose.
 
file  ProjectionFactor.h [code]
 Reprojection of a LANDMARK to a 2D point.
 
file  RegularImplicitSchurFactor.h [code]
 A subclass of GaussianFactor specialized to structureless SFM.
 
file  SmartFactorBase.h [code]
 Base class to create smart factors on poses or cameras.
 
file  SmartFactorParams.h [code]
 Collect common parameters for SmartProjection and SmartStereoProjection factors.
 
file  SmartProjectionFactor.h [code]
 Smart factor on cameras (pose + calibration)
 
file  SmartProjectionPoseFactor.h [code]
 Smart factor on poses, assuming camera calibration is fixed.
 
file  SmartProjectionRigFactor.h [code]
 Smart factor on poses, assuming camera calibration is fixed. Same as SmartProjectionPoseFactor, except:
 
file  StereoFactor.h [code]
 A non-linear factor for stereo measurements.