Pointcloud matcher: point to plane-fit of nearby points. More...
#include <mp2p_icp/Matcher_Point2Plane.h>
#include <mp2p_icp/estimate_points_eigen.h>
#include <mrpt/core/exceptions.h>
#include <mrpt/core/round.h>
#include <mrpt/version.h>
Go to the source code of this file.
Functions | |
static void | filterListByMaxDist (std::vector< size_t > &kddIdxs, std::vector< float > &kddSqrDist, const float maxDistForCorrespondenceSquared) |
Pointcloud matcher: point to plane-fit of nearby points.
Definition in file Matcher_Point2Plane.cpp.
|
static |
Definition at line 44 of file Matcher_Point2Plane.cpp.