Go to the documentation of this file.
36 #ifndef LIBPOINTMATCHER_POINTTOPOINTWITHCOV_H
37 #define LIBPOINTMATCHER_POINTTOPOINTWITHCOV_H
61 return "Point-to-point error. Based on SVD decomposition. Based on \\cite{Besl1992Point2Point}. Covariance estimation based on \\cite{Censi2007ICPCovariance}.";
67 {
"sensorStdDev",
"sensor standard deviation",
"0.01",
"0.",
"inf", &P::Comp<T>}
80 #endif //LIBPOINTMATCHER_POINTTOPOINTWITHCOV_H
PointMatcher< T >::DataPoints DataPoints
Matrix estimateCovariance(const ErrorElements &mPts, const TransformationParameters &transformation)
PointToPointWithCovErrorMinimizer(const Parameters ¶ms=Parameters())
Matrix OutlierWeights
Weights of the associations between the points in Matches and the points in the reference.
Parametrizable::ParametersDoc ParametersDoc
PointMatcherSupport::Parametrizable Parametrizable
PointMatcher< T >::OutlierWeights OutlierWeights
virtual Matrix getCovariance() const
If not redefined by child class, return zero matrix.
PointMatcher< T >::ErrorMinimizer ErrorMinimizer
Parametrizable::ParametersDoc ParametersDoc
static const std::string description()
virtual TransformationParameters compute(const ErrorElements &mPts)
Find the transformation that minimizes the error given matched pair of points. This function most be ...
A structure holding data ready for minimization. The data are "normalized", for instance there are no...
std::vector< ParameterDoc > ParametersDoc
The documentation of all parameters.
PointMatcherSupport::Parametrizable P
Eigen::Matrix< T, Eigen::Dynamic, Eigen::Dynamic > Matrix
A dense matrix over ScalarType.
Parametrizable::Parameters Parameters
Eigen::Matrix< T, Eigen::Dynamic, 1 > Vector
A vector over ScalarType.
Result of the data-association step (Matcher::findClosests), before outlier rejection.
The superclass of classes that are constructed using generic parameters. This class provides the para...
PointMatcher< T >::Vector Vector
An error minimizer will compute a transformation matrix such as to minimize the error between the rea...
PointMatcher< T >::ErrorMinimizer::ErrorElements ErrorElements
PointMatcher< T >::Matches Matches
PointMatcher< T >::TransformationParameters TransformationParameters
static const ParametersDoc availableParameters()
PointMatcher< T >::Matrix Matrix
Parametrizable::Parameters Parameters
std::map< std::string, Parameter > Parameters
Parameters stored as a map of string->string.
Matrix TransformationParameters
A matrix holding the parameters a transformation.
PointMatcher< T >::TransformationParameters TransformationParameters
mp2p_icp
Author(s):
autogenerated on Wed Oct 23 2024 02:45:40