55 mitk::PointSet::Pointer StaticSet,
57 itk::Matrix<double,3,3>& TransformationR,
58 itk::Vector<double,3>& TransformationT,
61 std::string& ErrorMessage,
62 int max_iterations = 100
81 itk::Matrix<double,3,3>& TransformationR,
82 itk::Vector<double,3>& TransformationT,
85 std::string& ErrorMessage,
86 int max_iterations = 100
static bool StandardICPPointRegisterAlgorithm(mitk::PointSet::Pointer MovingSet, mitk::PointSet::Pointer StaticSet, double Threshold, itk::Matrix< double, 3, 3 > &TransformationR, itk::Vector< double, 3 > &TransformationT, double &FRE, int &n, std::string &ErrorMessage, int max_iterations=100)
This method executes the standard iterative closest point algorithm to register a moving pointset X o...