Common types for all SE(3) optimal transformation methods. More...
#include <mp2p_icp/plane_patch.h>
#include <mp2p_icp/point_plane_pair_t.h>
#include <mp2p_icp/render_params.h>
#include <mrpt/containers/yaml.h>
#include <mrpt/math/TLine3D.h>
#include <mrpt/serialization/CSerializable.h>
#include <mrpt/tfest/TMatchingPair.h>
#include <mrpt/typemeta/TTypeName.h>
Go to the source code of this file.
Classes | |
struct | mp2p_icp::matched_line_t |
struct | mp2p_icp::matched_plane_t |
struct | mp2p_icp::OutlierIndices |
struct | mp2p_icp::Pairings |
struct | mp2p_icp::point_line_pair_t |
Namespaces | |
mp2p_icp | |
mrpt | |
mrpt::serialization | |
Typedefs | |
using | mp2p_icp::MatchedLineList = std::vector< matched_line_t > |
using | mp2p_icp::MatchedPlaneList = std::vector< matched_plane_t > |
using | mp2p_icp::MatchedPointLineList = std::vector< point_line_pair_t > |
Common types for all SE(3) optimal transformation methods.
Definition in file Pairings.h.