iterative closest points
CEV ICP algorithm library
|
icp::ICP::from_method("vanilla")
. Matching Step: match closest points.
Sources:
Transformation Step: determine optimal transformation.
The translation vector is determined by the displacement between the centroids of both point clouds. The rotation matrix is calculated via singular value decomposition.
Sources:
Read ICP Sources for a list of all resources used in this project. This page was automatically generated from vanilla.cpp with icp_doc_builder.py.