Interface class for the ICP
pipeline.
More...
#include <algorithms.hpp>
Interface class for the ICP
pipeline.
Performs one ICP
iteration. It accepts two sets (fixed and moving) of landmarks, estimates the relative homogeneous transformation \( T_k \) between them, and transforms the moving set according to this transformation.
Horn
in Closed-Form Solution of Absolute Orientation Using Unit Quaternions and by Arun
et al. in Least-Squares Fitting of Two 3-D Point Sets.CR | configures the class with different methods of rotation computation. |
CW | configures the class for performing either regular or weighted computation. |