Will Release some of useful functions in my PhD research in object pose estimation.
- SICP: Iterative closest point method with scaling parameters.
Citation: 'An extension of the ICP algorithm considering scaling factor', Shaoyi Du, Nanning Zheng, Shihui Ying, Qubo You, Yang Wu.
How to use:
-
Define the param.outer_number and param.inner_number
-
Initialize the S0, based on my experience, [1 0; 0 1] is good to go.
-
'if_visualization' could be set to either 0 or 1 depnds on whether the user hope to visualize the progress of alignment.
-
Model and data are 2 by N matrix.
-
Current implemented in 2D.