mp2p_icp
include
mp2p_icp
icp_pipeline_from_yaml.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
* ------------------------------------------------------------------------- */
12
#pragma once
13
14
#include <
mp2p_icp/ICP.h
>
15
#include <
mp2p_icp/Parameters.h
>
16
#include <mrpt/containers/yaml.h>
17
18
namespace
mp2p_icp
19
{
53
std::tuple<mp2p_icp::ICP::Ptr, mp2p_icp::Parameters>
icp_pipeline_from_yaml
(
54
const
mrpt::containers::yaml& config,
55
const
mrpt::system::VerbosityLevel& vLevel = mrpt::system::LVL_INFO);
56
57
}
// namespace mp2p_icp
ICP.h
Generic ICP algorithm container.
mp2p_icp
Definition:
covariance.h:17
Parameters.h
mp2p_icp::icp_pipeline_from_yaml
std::tuple< mp2p_icp::ICP::Ptr, mp2p_icp::Parameters > icp_pipeline_from_yaml(const mrpt::containers::yaml &config, const mrpt::system::VerbosityLevel &vLevel=mrpt::system::LVL_INFO)
Definition:
icp_pipeline_from_yaml.cpp:18
mp2p_icp
Author(s):
autogenerated on Wed Oct 23 2024 02:45:40