MRPT
2.0.4
|
#include "slam-precomp.h"
#include <mrpt/config/CConfigFilePrefixer.h>
#include <mrpt/graphs/CGraphPartitioner.h>
#include <mrpt/maps/CMultiMetricMap.h>
#include <mrpt/opengl/CGridPlaneXY.h>
#include <mrpt/opengl/CSetOfObjects.h>
#include <mrpt/opengl/CSimpleLine.h>
#include <mrpt/opengl/CSphere.h>
#include <mrpt/poses/CPose3DPDFParticles.h>
#include <mrpt/poses/CPosePDFParticles.h>
#include <mrpt/serialization/stl_serialization.h>
#include <mrpt/slam/CIncrementalMapPartitioner.h>
#include <mrpt/slam/observations_overlap.h>
#include <mrpt/system/CTicTac.h>
#include <Eigen/Dense>
Go to the source code of this file.
Functions | |
static double | eval_similarity_metric_map_matching (const CIncrementalMapPartitioner *parent, const map_keyframe_t &kf1, const map_keyframe_t &kf2, const mrpt::poses::CPose3D &relPose2wrt1) |
static double | eval_similarity_observation_overlap (const map_keyframe_t &kf1, const map_keyframe_t &kf2, const mrpt::poses::CPose3D &relPose2wrt1) |
|
static |
Definition at line 38 of file CIncrementalMapPartitioner.cpp.
Referenced by mrpt::slam::CIncrementalMapPartitioner::addMapFrame().
|
static |
Definition at line 45 of file CIncrementalMapPartitioner.cpp.
References mrpt::slam::observationsOverlap(), and mrpt::slam::map_keyframe_t::raw_observations.
Referenced by mrpt::slam::CIncrementalMapPartitioner::addMapFrame().
Page generated by Doxygen 1.8.14 for MRPT 2.0.4 Git: 33de1d0ad Sat Jun 20 11:02:42 2020 +0200 at sáb jun 20 17:35:17 CEST 2020 |