Go to the documentation of this file.
66 return conditionVariables;
80 return conditionVariableNames;
88 if(parameters.rows() == 4)
90 angles = Vector::Zero(3);
92 angles(0) = atan2(parameters(2,0), parameters(2,1));
93 angles(1) = acos(parameters(2,2));
94 angles(2) = -atan2(parameters(0,2), parameters(1,2));
98 angles = Vector::Zero(1);
100 angles(0) = acos(parameters(0,0));
115 (*it)->init(parameters, iterate);
123 (*it)->check(parameters, iterate);
TransformationCheckers::iterator TransformationCheckersIt
alias
Functions and classes that are dependant on scalar type are defined in this templatized class.
std::vector< ParameterDoc > ParametersDoc
The documentation of all parameters.
Eigen::Matrix< T, Eigen::Dynamic, 1 > Vector
A vector over ScalarType.
The superclass of classes that are constructed using generic parameters. This class provides the para...
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:41