Generic representation of pointcloud(s) and/or extracted features. More...
#include <mp2p_icp/NearestPlaneCapable.h>
#include <mp2p_icp/layer_name_t.h>
#include <mp2p_icp/plane_patch.h>
#include <mp2p_icp/render_params.h>
#include <mrpt/maps/CPointsMap.h>
#include <mrpt/maps/NearestNeighborsCapable.h>
#include <mrpt/math/TLine3D.h>
#include <mrpt/math/TPoint3D.h>
#include <mrpt/math/geometry.h>
#include <mrpt/poses/CPose3DPDFGaussian.h>
#include <mrpt/serialization/CSerializable.h>
#include <mrpt/topography/data_types.h>
#include <map>
#include <memory>
#include <optional>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
struct | mp2p_icp::metric_map_t::Georeferencing |
class | mp2p_icp::metric_map_t |
Generic container of pointcloud(s), extracted features and other maps. More... | |
Namespaces | |
mp2p_icp | |
Functions | |
const mrpt::maps::NearestNeighborsCapable * | mp2p_icp::MapToNN (const mrpt::maps::CMetricMap &map, bool throwIfNotImplemented) |
const mp2p_icp::NearestPlaneCapable * | mp2p_icp::MapToNP (const mrpt::maps::CMetricMap &map, bool throwIfNotImplemented) |
const mrpt::maps::CPointsMap * | mp2p_icp::MapToPointsMap (const mrpt::maps::CMetricMap &map) |
mrpt::maps::CPointsMap * | mp2p_icp::MapToPointsMap (mrpt::maps::CMetricMap &map) |
mrpt::serialization::CArchive & | mp2p_icp::operator<< (mrpt::serialization::CArchive &out, const std::optional< metric_map_t::Georeferencing > &g) |
mrpt::serialization::CArchive & | mp2p_icp::operator>> (mrpt::serialization::CArchive &in, std::optional< metric_map_t::Georeferencing > &g) |
Generic representation of pointcloud(s) and/or extracted features.
Definition in file metricmap.h.