static bool CalculateOptimalTransformation(const Vec3d *pSourcePoints, const Vec3d *pTargetPoints, int nPoints, Mat3d &rotation, Vec3d &translation)
Data structure for the representation of a 3D vector.
Implementation of the Iterative Closest Point (ICP) algorithm.
Data structure for the representation of a 3x3 matrix.