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

Directories

Files

file  BearingRange.h [code]
 Bearing-Range product.
 
file  Cal3.h [code]
 Common code for all Calibration models.
 
file  Cal3_S2.h [code]
 The most common 5DOF 3D->2D calibration.
 
file  Cal3_S2Stereo.h [code]
 The most common 5DOF 3D->2D calibration + Stereo baseline.
 
file  Cal3Bundler.h [code]
 Calibration used by Bundler.
 
file  Cal3DS2.h [code]
 Calibration of a camera with radial distortion, calculations in base class Cal3DS2_Base.
 
file  Cal3Fisheye.h [code]
 Calibration of a fisheye camera.
 
file  Cal3Unified.h [code]
 Unified Calibration Model, see Mei07icra for details.
 
file  CalibratedCamera.h [code]
 Calibrated camera for which only pose is unknown.
 
file  CameraSet.h [code]
 Base class to create smart factors on poses or cameras.
 
file  Cyclic.h [code]
 Cyclic group, i.e., the integers modulo N.
 
file  Line3.h [code]
 4 dimensional manifold of 3D lines
 
file  PinholeCamera.h [code]
 Base class for all pinhole cameras.
 
file  PinholePose.h [code]
 Pinhole camera with known calibration.
 
file  PinholeSet.h [code]
 A CameraSet of either CalibratedCamera, PinholePose, or PinholeCamera.
 
file  Point2.h [code]
 2D Point
 
file  Point3.h [code]
 3D Point
 
file  Pose2.h [code]
 2D Pose
 
file  Pose3.h [code]
 3D Pose
 
file  Quaternion.h [code]
 Lie Group wrapper for Eigen Quaternions.
 
file  Rot2.h [code]
 2D rotation
 
file  Rot3.h [code]
 3D rotation represented as a rotation matrix or quaternion
 
file  Similarity2.h [code]
 Implementation of Similarity2 transform.
 
file  Similarity3.h [code]
 Implementation of Similarity3 transform.
 
file  SimpleCamera.h [code]
 A simple camera class with a Cal3_S2 calibration.
 
file  SO3.h [code]
 3*3 matrix representation of SO(3)
 
file  SO4.h [code]
 4*4 matrix representation of SO(4)
 
file  SOn-inl.h [code]
 Template implementations for SO(n)
 
file  SOn.h [code]
 N*N matrix representation of SO(N). N can be Eigen::Dynamic.
 
file  SphericalCamera.h [code]
 Calibrated camera with spherical projection.
 
file  StereoCamera.h [code]
 A Rectified Stereo Camera.
 
file  StereoPoint2.h [code]
 A 2D stereo point (uL,uR,v)
 
file  triangulation.h [code]
 Functions for triangulation.