Go to the documentation of this file.
36 #ifndef POINT_TO_PLANE_ERROR_MINIMIZER_H
37 #define POINT_TO_PLANE_ERROR_MINIMIZER_H
61 return "PointToPlaneErrorMinimizer";
66 return "Point-to-plane error (or point-to-line in 2D). Per \\cite{Chen1991Point2Plane}.";
72 {
"force2D",
"If set to true(1), the minimization will be forced to give a solution in 2D (i.e., on the XY-plane) even with 3D inputs.",
"0",
"0",
"1", &P::Comp<bool>},
73 {
"force4DOF",
"If set to true(1), the minimization will optimize only yaw and translation, pitch and roll will follow the prior.",
"0",
"0",
"1", &P::Comp<bool>}
92 template<
typename T,
typename MatrixA,
typename Vector>
PointMatcher< T >::Matches Matches
PointMatcher< T >::OutlierWeights OutlierWeights
PointMatcher< T >::DataPoints DataPoints
virtual T getOverlap() const
If not redefined by child class, return the ratio of how many points were used (with weight) for erro...
PointMatcher< T >::ErrorMinimizer::ErrorElements ErrorElements
PointMatcher< T >::Vector Vector
Matrix OutlierWeights
Weights of the associations between the points in Matches and the points in the reference.
static const ParametersDoc availableParameters()
void solvePossiblyUnderdeterminedLinearSystem(const MatrixA &A, const Vector &b, Vector &x)
PointMatcher< T >::TransformationParameters TransformationParameters
Functions and classes that are dependant on scalar type are defined in this templatized class.
static const std::string description()
PointMatcher< T >::Matrix Matrix
A structure holding data ready for minimization. The data are "normalized", for instance there are no...
static T computeResidualError(ErrorElements mPts, const bool &force2D)
std::vector< ParameterDoc > ParametersDoc
The documentation of all parameters.
Eigen::Matrix< T, Eigen::Dynamic, Eigen::Dynamic > Matrix
A dense matrix over ScalarType.
PointMatcherSupport::Parametrizable Parametrizable
virtual const std::string name()
Parametrizable::ParameterDoc ParameterDoc
Eigen::Matrix< T, Eigen::Dynamic, 1 > Vector
A vector over ScalarType.
PointToPlaneErrorMinimizer(const Parameters ¶ms=Parameters())
virtual TransformationParameters compute(const ErrorElements &mPts)
Find the transformation that minimizes the error given matched pair of points. This function most be ...
PointMatcher< T >::ErrorMinimizer ErrorMinimizer
Parametrizable::Parameters Parameters
Result of the data-association step (Matcher::findClosests), before outlier rejection.
TransformationParameters compute_in_place(ErrorElements &mPts)
The superclass of classes that are constructed using generic parameters. This class provides the para...
Parametrizable::ParametersDoc ParametersDoc
The documentation of a parameter.
virtual T getResidualError(const DataPoints &filteredReading, const DataPoints &filteredReference, const OutlierWeights &outlierWeights, const Matches &matches) const
If not redefined by child class, return max value for T.
An error minimizer will compute a transformation matrix such as to minimize the error between the rea...
PointMatcherSupport::Parametrizable P
std::map< std::string, Parameter > Parameters
Parameters stored as a map of string->string.
Matrix TransformationParameters
A matrix holding the parameters a transformation.
mp2p_icp
Author(s):
autogenerated on Wed Oct 23 2024 02:45:40