Algorithm 3: Improved weighted iterative closest point (ICP) |
Input: V-SLAM track , GPS track , weights on timestamps , Output: Rotation matrix and translation vector that minimises 1: Centroids , 2: Centred vectors , 3: Covariance matrix , where and have and as columns, respectively, and is a diagonal matrix with on the diagonal 4: Singular value decomposition 5: and 6: V-SLAM track after calibration in global coordinates |