Expand description
Iterative closest point algorithm library
Structs§
- ICPConvergence
Criteria - Structure to define the ICP parameters.
- ICPResult
- Result of the ICP algorithm.
Functions§
- icp_
vanilla - Iterative Closest Point (ICP) algorithm using point to point distance.