Matcher_Point2Plane.h
Go to the documentation of this file.
1 /* -------------------------------------------------------------------------
2  * A repertory of multi primitive-to-primitive (MP2P) ICP algorithms in C++
3  * Copyright (C) 2018-2021 Jose Luis Blanco, University of Almeria
4  * See LICENSE for license information.
5  * ------------------------------------------------------------------------- */
12 #pragma once
13 
15 
16 namespace mp2p_icp
17 {
31 {
32  DEFINE_MRPT_OBJECT(Matcher_Point2Plane, mp2p_icp)
33 
34  public:
36 
55  void initialize(const mrpt::containers::yaml& params) override;
56 
57  private:
58  double distanceThreshold = 0.50;
59  double searchRadius = 0.50;
60  uint32_t knn = 5;
61  uint32_t minimumPlanePoints = 5;
62  double planeEigenThreshold = 0.01;
65 
66  void implMatchOneLayer(
67  const mrpt::maps::CMetricMap& pcGlobal,
68  const mrpt::maps::CPointsMap& pcLocal,
69  const mrpt::poses::CPose3D& localPose, MatchState& ms,
70  const layer_name_t& globalName, const layer_name_t& localName,
71  Pairings& out) const override;
72 };
73 
74 } // namespace mp2p_icp
mp2p_icp::Matcher_Point2Plane::initialize
void initialize(const mrpt::containers::yaml &params) override
Definition: Matcher_Point2Plane.cpp:28
mp2p_icp::Matcher_Points_Base
Definition: Matcher_Points_Base.h:31
mp2p_icp
Definition: covariance.h:17
mp2p_icp::Matcher_Point2Plane
Definition: Matcher_Point2Plane.h:30
mp2p_icp::Matcher_Point2Plane::localPointMustFitPlaneToo
bool localPointMustFitPlaneToo
Definition: Matcher_Point2Plane.h:63
mp2p_icp::Pairings
Definition: Pairings.h:94
mp2p_icp::Matcher_Point2Plane::localToGlobalPlaneMinAbsCosine
double localToGlobalPlaneMinAbsCosine
Definition: Matcher_Point2Plane.h:64
mp2p_icp::layer_name_t
std::string layer_name_t
Definition: layer_name_t.h:22
mp2p_icp::MatchState
Definition: Matcher.h:34
kitti-batch-convert.out
string out
Definition: kitti-batch-convert.py:7
mp2p_icp::Matcher_Point2Plane::minimumPlanePoints
uint32_t minimumPlanePoints
Definition: Matcher_Point2Plane.h:61
Matcher_Points_Base.h
Pointcloud matcher auxiliary class for iterating over point layers.
mp2p_icp::Matcher_Point2Plane::knn
uint32_t knn
Definition: Matcher_Point2Plane.h:60
mp2p_icp::Matcher_Point2Plane::implMatchOneLayer
void implMatchOneLayer(const mrpt::maps::CMetricMap &pcGlobal, const mrpt::maps::CPointsMap &pcLocal, const mrpt::poses::CPose3D &localPose, MatchState &ms, const layer_name_t &globalName, const layer_name_t &localName, Pairings &out) const override
Definition: Matcher_Point2Plane.cpp:68
mp2p_icp::Matcher_Point2Plane::Matcher_Point2Plane
Matcher_Point2Plane()
Definition: Matcher_Point2Plane.cpp:23
mp2p_icp::Matcher_Point2Plane::searchRadius
double searchRadius
Definition: Matcher_Point2Plane.h:59
mp2p_icp::Matcher_Point2Plane::planeEigenThreshold
double planeEigenThreshold
Definition: Matcher_Point2Plane.h:62
mp2p_icp::Matcher_Point2Plane::distanceThreshold
double distanceThreshold
Definition: Matcher_Point2Plane.h:58


mrpt_local_obstacles
Author(s): Jose-Luis Blanco-Claraco
autogenerated on Mon Aug 14 2023 02:09:03