1. What have the authors contributed in "An icp variant using a point-to-line metric" ?
This paper describes PLICP, an ICP ( Iterative Closest/Corresponding Point ) variant that uses a point-to-line metric, and an exact closed-form for minimizing such metric.. The last part of the paper is devoted to purely algorithmic optimization of the correspondence search ; this allows for a significant speed-up of the computation.. The experiments suggest that PLICP is more precise, and requires less iterations.
read more
2. What is the way to solve the realignment problem of PLICP?
To overcome the realignment problems of PLICP, one possibility is to use a global algorithm for a quick first coarse realignment, and then use PLICP for the final convergence.
read more
3. What are the parameters used for the naive algorithm?
For the naive algorithm, the parameters used are max |t| = 0.5m e max |θ| = 25◦, which are the actual maximum translation and rotation found in the log (they are the ‘optimal’ parameters).
read more
4. how to find the solution in a three-dimensional space?
The three-dimensional solution (tx, ty, θ) will be found in the four-dimensional space x = [x1, x2, x3, x4] , [tx, ty, cos θ, sin θ] by imposing the constraint x 2 3 +x 2 4 = 1.
read more





![Fig. 3. The results for MBICP, IDC, ICP, are taken from [6].](/figures/fig-3-the-results-for-mbicp-idc-icp-are-taken-from-6-2fhvvw6s.png)