Information to exploit a reading from a file using this library. Fields might be left blank if unused. More...
#include <IO.h>
Public Types | |
typedef Eigen::Matrix< T, 3, 1 > | Vector3 |
alias More... | |
Public Member Functions | |
FileInfo (const std::string &readingPath="", const std::string &referencePath="", const std::string &configFileName="", const TransformationParameters &initialTransformation=TransformationParameters(), const TransformationParameters &groundTruthTransformation=TransformationParameters(), const Vector &gravity=Vector3::Zero()) | |
Constructor, leave fields blank if unused. More... | |
Public Attributes | |
std::string | configFileName |
file name of the yaml configuration More... | |
Vector3 | gravity |
gravity vector More... | |
TransformationParameters | groundTruthTransformation |
matrix of the ground-truth transform More... | |
TransformationParameters | initialTransformation |
matrix of initial estimate transform More... | |
std::string | readingFileName |
file name of the reading point cloud More... | |
std::string | referenceFileName |
file name of the reference point cloud More... | |
Information to exploit a reading from a file using this library. Fields might be left blank if unused.
typedef Eigen::Matrix<T, 3, 1> PointMatcherIO< T >::FileInfo::Vector3 |
PointMatcherIO< T >::FileInfo::FileInfo | ( | const std::string & | readingPath = "" , |
const std::string & | referencePath = "" , |
||
const std::string & | configFileName = "" , |
||
const TransformationParameters & | initialTransformation = TransformationParameters() , |
||
const TransformationParameters & | groundTruthTransformation = TransformationParameters() , |
||
const Vector & | gravity = Vector3::Zero() |
||
) |
Constructor, leave fields blank if unused.
Definition at line 166 of file pointmatcher/IO.cpp.
std::string PointMatcherIO< T >::FileInfo::configFileName |
Vector3 PointMatcherIO< T >::FileInfo::gravity |
TransformationParameters PointMatcherIO< T >::FileInfo::groundTruthTransformation |
TransformationParameters PointMatcherIO< T >::FileInfo::initialTransformation |
std::string PointMatcherIO< T >::FileInfo::readingFileName |
std::string PointMatcherIO< T >::FileInfo::referenceFileName |