|
static BinaryMeasurement< Rot2 > | gtsam::convert (const BinaryMeasurement< Pose2 > &p) |
|
static BinaryMeasurement< Rot3 > | gtsam::convert (const BinaryMeasurement< Pose3 > &p) |
|
static SharedNoiseModel | gtsam::createNoiseModel (const Vector6 &v, bool smart, NoiseFormat noiseFormat, KernelFunctionType kernelFunctionType) |
|
GTSAM_EXPORT std::string | gtsam::createRewrittenFileName (const std::string &name) |
|
std::shared_ptr< Sampler > | gtsam::createSampler (const SharedNoiseModel &model) |
|
GTSAM_EXPORT std::string | gtsam::findExampleDataFile (const std::string &name) |
|
GraphAndValues | gtsam::load2D (const std::string &filename, SharedNoiseModel model, size_t maxIndex, bool addNoise, bool smart, NoiseFormat noiseFormat, KernelFunctionType kernelFunctionType) |
|
GraphAndValues | gtsam::load2D (std::pair< std::string, SharedNoiseModel > dataset, size_t maxIndex, bool addNoise, bool smart, NoiseFormat noiseFormat, KernelFunctionType kernelFunctionType) |
|
GraphAndValues | gtsam::load2D_robust (const std::string &filename, const noiseModel::Base::shared_ptr &model, size_t maxIndex) |
|
GraphAndValues | gtsam::load3D (const std::string &filename) |
| Load TORO 3D Graph. More...
|
|
std::istream & | gtsam::operator>> (std::istream &is, Quaternion &q) |
|
std::istream & | gtsam::operator>> (std::istream &is, Rot3 &R) |
|
std::istream & | gtsam::operator>> (std::istream &is, Matrix6 &m) |
|
BetweenFactorPose2s | gtsam::parse2DFactors (const std::string &filename, const noiseModel::Diagonal::shared_ptr &model, size_t maxIndex) |
|
BetweenFactorPose3s | gtsam::parse3DFactors (const std::string &filename, const noiseModel::Diagonal::shared_ptr &model, size_t maxIndex) |
|
std::optional< IndexedEdge > | gtsam::parseEdge (std::istream &is, const std::string &tag) |
|
template<> |
GTSAM_EXPORT std::vector< BetweenFactor< Pose2 >::shared_ptr > | gtsam::parseFactors< Pose2 > (const std::string &filename, const noiseModel::Diagonal::shared_ptr &model, size_t maxIndex) |
|
template<> |
GTSAM_EXPORT std::vector< BetweenFactor< Pose3 >::shared_ptr > | gtsam::parseFactors< Pose3 > (const std::string &filename, const noiseModel::Diagonal::shared_ptr &model, size_t maxIndex) |
|
template<typename T > |
static void | gtsam::parseLines (const std::string &filename, Parser< T > parse) |
|
template<> |
GTSAM_EXPORT std::vector< BinaryMeasurement< Pose2 > > | gtsam::parseMeasurements (const std::string &filename, const noiseModel::Diagonal::shared_ptr &model, size_t maxIndex) |
|
template<> |
GTSAM_EXPORT std::vector< BinaryMeasurement< Rot2 > > | gtsam::parseMeasurements (const std::string &filename, const noiseModel::Diagonal::shared_ptr &model, size_t maxIndex) |
|
template<> |
GTSAM_EXPORT std::vector< BinaryMeasurement< Pose3 > > | gtsam::parseMeasurements (const std::string &filename, const noiseModel::Diagonal::shared_ptr &model, size_t maxIndex) |
|
template<> |
GTSAM_EXPORT std::vector< BinaryMeasurement< Rot3 > > | gtsam::parseMeasurements (const std::string &filename, const noiseModel::Diagonal::shared_ptr &model, size_t maxIndex) |
|
template<typename T > |
std::map< size_t, T > | gtsam::parseToMap (const std::string &filename, Parser< std::pair< size_t, T >> parse, size_t maxIndex) |
|
template<typename T > |
static std::vector< T > | gtsam::parseToVector (const std::string &filename, Parser< T > parse) |
|
template<> |
GTSAM_EXPORT std::map< size_t, Point2 > | gtsam::parseVariables< Point2 > (const std::string &filename, size_t maxIndex) |
|
template<> |
GTSAM_EXPORT std::map< size_t, Point3 > | gtsam::parseVariables< Point3 > (const std::string &filename, size_t maxIndex) |
|
template<> |
GTSAM_EXPORT std::map< size_t, Pose2 > | gtsam::parseVariables< Pose2 > (const std::string &filename, size_t maxIndex) |
|
template<> |
GTSAM_EXPORT std::map< size_t, Pose3 > | gtsam::parseVariables< Pose3 > (const std::string &filename, size_t maxIndex) |
|
std::optional< IndexedLandmark > | gtsam::parseVertexLandmark (std::istream &is, const std::string &tag) |
|
std::optional< std::pair< size_t, Point3 > > | gtsam::parseVertexPoint3 (std::istream &is, const std::string &tag) |
|
std::optional< IndexedPose > | gtsam::parseVertexPose (std::istream &is, const std::string &tag) |
|
std::optional< std::pair< size_t, Pose3 > > | gtsam::parseVertexPose3 (std::istream &is, const std::string &tag) |
|
GraphAndValues | gtsam::readG2o (const std::string &g2oFile, const bool is3D=false, KernelFunctionType kernelFunctionType=KernelFunctionTypeNONE) |
| This function parses a g2o file and stores the measurements into a NonlinearFactorGraph and the initial guess in a Values structure. More...
|
|
void | gtsam::save2D (const NonlinearFactorGraph &graph, const Values &config, const noiseModel::Diagonal::shared_ptr model, const std::string &filename) |
|
void | gtsam::writeG2o (const NonlinearFactorGraph &graph, const Values &estimate, const std::string &filename) |
| This function writes a g2o file from NonlinearFactorGraph and a Values structure. More...
|
|
utility functions for loading datasets
- Date
- Jan 22, 2010
- Author
- Kai Ni
-
Luca Carlone
-
Frank Dellaert
-
Varun Agrawal
Definition in file dataset.cpp.