MRPT
1.9.9
|
#include <mrpt/config/CLoadableOptions.h>
#include <mrpt/maps/CMultiMetricMap.h>
#include <mrpt/maps/CSimpleMap.h>
#include <mrpt/maps/CSimplePointsMap.h>
#include <mrpt/math/CMatrixD.h>
#include <mrpt/poses/poses_frwds.h>
#include <mrpt/system/COutputLogger.h>
#include <mrpt/typemeta/TEnumType.h>
#include <functional>
#include <limits>
Go to the source code of this file.
Classes | |
struct | mrpt::slam::map_keyframe_t |
Map keyframe, comprising raw observations and they as a metric map. More... | |
class | mrpt::slam::CIncrementalMapPartitioner |
Finds partitions in metric maps based on N-cut graph partition theory. More... | |
struct | mrpt::slam::CIncrementalMapPartitioner::TOptions |
Configuration parameters. More... | |
Namespaces | |
mrpt::slam | |
Typedefs | |
using | mrpt::slam::similarity_func_t = std::function< double(const map_keyframe_t &kf1, const map_keyframe_t &kf2, const mrpt::poses::CPose3D &relPose2wrt1)> |
Type of similarity evaluator for map keyframes. More... | |
Enumerations | |
enum | mrpt::slam::similarity_method_t : uint8_t { mrpt::slam::smMETRIC_MAP_MATCHING = 0, mrpt::slam::smOBSERVATION_OVERLAP, mrpt::slam::smCUSTOM_FUNCTION } |
For use in CIncrementalMapPartitioner. More... | |
Functions | |
MRPT_FILL_ENUM_MEMBER (mrpt::slam, smMETRIC_MAP_MATCHING) | |
MRPT_FILL_ENUM_MEMBER (mrpt::slam, smOBSERVATION_OVERLAP) | |
MRPT_FILL_ENUM_MEMBER (mrpt::slam, smCUSTOM_FUNCTION) | |
MRPT_FILL_ENUM_MEMBER | ( | mrpt::slam | , |
smMETRIC_MAP_MATCHING | |||
) |
MRPT_FILL_ENUM_MEMBER | ( | mrpt::slam | , |
smOBSERVATION_OVERLAP | |||
) |
MRPT_FILL_ENUM_MEMBER | ( | mrpt::slam | , |
smCUSTOM_FUNCTION | |||
) |
Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: c7a3bec24 Sun Mar 29 18:33:13 2020 +0200 at dom mar 29 18:50:38 CEST 2020 |