|
GTSAM
4.0.2
C++ library for smoothing and mapping (SAM)
|


Public Types | |
| enum | |
| typedef StereoCamera | ManifoldType |
| typedef manifold_tag | structure_category |
| typedef Eigen::Matrix< double, dimension, 1 > | TangentVector |
Public Member Functions | |
| GTSAM_CONCEPT_ASSERT (HasManifoldPrereqs< StereoCamera >) | |
| GTSAM_CONCEPT_ASSERT (HasTestablePrereqs< StereoCamera >) | |
Static Public Member Functions | |
| static TangentVector | Local (const StereoCamera &origin, const StereoCamera &other) |
| static StereoCamera | Retract (const StereoCamera &origin, const TangentVector &v) |
| static int | GetDimension (const StereoCamera &) |
| static void | Print (const StereoCamera &m, const std::string &str="") |
| static bool | Equals (const StereoCamera &m1, const StereoCamera &m2, double tol=1e-8) |
1.8.13