iterative closest points
CEV ICP algorithm library
|
icp::ICP::from_method("trimmed", config)
. Supply the following parameters to config
(via icp::ICP::Config::set):Key | Description |
---|---|
"overlap_rate" | A double between 0.0 and 1.0 for the overlap rate. The default is 1.0 . |
1
, the algorithm reduces to vanilla.Trimming Step
Matches are considered in increasing order of distance.
Sources:
Read ICP Sources for a list of all resources used in this project. This page was automatically generated from trimmed.cpp with icp_doc_builder.py.