mp2p_icp_map
include
mp2p_icp
pointcloud_sanity_check.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-2024 Jose Luis Blanco, University of Almeria
4
* See LICENSE for license information.
5
* ------------------------------------------------------------------------- */
13
//
14
#include <mrpt/maps/CPointsMap.h>
15
16
namespace
mp2p_icp
17
{
25
[[nodiscard]]
bool
pointcloud_sanity_check
(
26
const
mrpt::maps::CPointsMap& pc,
bool
printWarnings =
true
);
27
30
}
// namespace mp2p_icp
mp2p_icp
Definition:
covariance.h:17
mp2p_icp::pointcloud_sanity_check
bool pointcloud_sanity_check(const mrpt::maps::CPointsMap &pc, bool printWarnings=true)
Definition:
pointcloud_sanity_check.cpp:19
mp2p_icp
Author(s):
autogenerated on Wed Oct 23 2024 02:45:40