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 | |
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 &grativity=Vector3::Zero()) | |
| Constructor, leave fields blank if unused. | |
Public Attributes | |
| std::string | configFileName |
| file name of the yaml configuration | |
| Vector3 | gravity |
| gravity vector | |
| TransformationParameters | groundTruthTransformation |
| matrix of the ground-truth transform | |
| TransformationParameters | initialTransformation |
| matrix of initial estimate transform | |
| std::string | readingFileName |
| file name of the reading point cloud | |
| std::string | referenceFileName |
| file name of the reference point cloud | |
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 & | grativity = Vector3::Zero() |
||
| ) |
| 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 |