#include <pybind11/pybind11.h>
#include <pybind11/eigen.h>
#include <pybind11/stl.h>
#include <pybind11/stl_bind.h>
#include "pointmatcher/PointMatcher.h"
Go to the source code of this file.
Definition at line 62 of file pypoint_matcher_helper.h.
using DataPoints = PM::DataPoints |
Definition at line 16 of file pypoint_matcher_helper.h.
using DataPointsFilter = PM::DataPointsFilter |
Definition at line 22 of file pypoint_matcher_helper.h.
Definition at line 44 of file pypoint_matcher_helper.h.
using DataPointsFilters = PM::DataPointsFilters |
Definition at line 23 of file pypoint_matcher_helper.h.
Definition at line 28 of file pypoint_matcher_helper.h.
using ErrorMinimizer = PM::ErrorMinimizer |
Definition at line 27 of file pypoint_matcher_helper.h.
Definition at line 45 of file pypoint_matcher_helper.h.
using ICP = PM::ICP |
Definition at line 33 of file pypoint_matcher_helper.h.
using ICPChaineBase = PM::ICPChainBase |
Definition at line 32 of file pypoint_matcher_helper.h.
using ICPSequence = PM::ICPSequence |
Definition at line 34 of file pypoint_matcher_helper.h.
using Inspector = PM::Inspector |
Definition at line 31 of file pypoint_matcher_helper.h.
using InspectorRegistrar = pms::Registrar<Inspector> |
Definition at line 46 of file pypoint_matcher_helper.h.
using Int64Matrix = PM::Int64Matrix |
Definition at line 61 of file pypoint_matcher_helper.h.
using IntMatrix = PM::IntMatrix |
Definition at line 60 of file pypoint_matcher_helper.h.
Definition at line 42 of file pypoint_matcher_helper.h.
using Label = DataPoints::Label |
Definition at line 17 of file pypoint_matcher_helper.h.
using Labels = DataPoints::Labels |
Definition at line 18 of file pypoint_matcher_helper.h.
using Logger = pms::Logger |
Definition at line 43 of file pypoint_matcher_helper.h.
using LoggerRegistrar = pms::Registrar<Logger> |
Definition at line 47 of file pypoint_matcher_helper.h.
using Matcher = PM::Matcher |
Definition at line 24 of file pypoint_matcher_helper.h.
using MatcherRegistrar = pms::Registrar<Matcher> |
Definition at line 48 of file pypoint_matcher_helper.h.
using Matches = PM::Matches |
Definition at line 19 of file pypoint_matcher_helper.h.
using Matrix = PM::Matrix |
Definition at line 59 of file pypoint_matcher_helper.h.
using OutlierFilter = PM::OutlierFilter |
Definition at line 25 of file pypoint_matcher_helper.h.
Definition at line 49 of file pypoint_matcher_helper.h.
using OutlierFilters = PM::OutlierFilters |
Definition at line 26 of file pypoint_matcher_helper.h.
using OutlierWeights = PM::OutlierWeights |
Definition at line 64 of file pypoint_matcher_helper.h.
using Parameter = Parametrizable::Parameter |
Definition at line 38 of file pypoint_matcher_helper.h.
Definition at line 40 of file pypoint_matcher_helper.h.
using Parameters = Parametrizable::Parameters |
Definition at line 39 of file pypoint_matcher_helper.h.
Definition at line 41 of file pypoint_matcher_helper.h.
using Parametrizable = pms::Parametrizable |
Definition at line 37 of file pypoint_matcher_helper.h.
using PM = PointMatcher<float> |
Definition at line 15 of file pypoint_matcher_helper.h.
using Quaternion = PM::Quaternion |
Definition at line 57 of file pypoint_matcher_helper.h.
using QuaternionVector = PM::QuaternionVector |
Definition at line 58 of file pypoint_matcher_helper.h.
using ScalarType = PM::ScalarType |
Definition at line 54 of file pypoint_matcher_helper.h.
using Transformation = PM::Transformation |
Definition at line 20 of file pypoint_matcher_helper.h.
using TransformationChecker = PM::TransformationChecker |
Definition at line 29 of file pypoint_matcher_helper.h.
Definition at line 51 of file pypoint_matcher_helper.h.
using TransformationCheckers = PM::TransformationCheckers |
Definition at line 30 of file pypoint_matcher_helper.h.
Definition at line 63 of file pypoint_matcher_helper.h.
Definition at line 50 of file pypoint_matcher_helper.h.
using Transformations = PM::Transformations |
Definition at line 21 of file pypoint_matcher_helper.h.
using Vector = PM::Vector |
Definition at line 55 of file pypoint_matcher_helper.h.
using VectorVector = PM::VectorVector |
Definition at line 56 of file pypoint_matcher_helper.h.