iterative closest points
CEV ICP algorithm library
|
icp::ICP::from_method("test1", config)
. Supply the following parameters to config
(via icp::ICP::Config::set):Key | Description |
---|---|
"overlap_rate" | A double between 0 and 1 for the * overlap rate. The default is 1. |
Transformation Step
See this paper for information. I copied over the rotation optimization from Vanilla ICP, and it is a TODO to see if that is mathematically correct or not.
Read ICP Sources for a list of all resources used in this project. This page was automatically generated from test1.cpp with icp_doc_builder.py.