Module mapping_algorithms::icp
source · Expand description
An Iterative Closest Point algorithm, useful in matching Point Clouds.
Contains a 2D implementation when using the 2d
feature, and a 3D implementation when using the 3d
feature.
Modules§
- A double-precision implementation of a basic ICP algorithm
- A single-precision implementation of a basic ICP algorithm
- Structs in use as part of the public API of the ICP algorithm.
Functions§
- A free-form version of the ICP function, allowing for any input and output, under the constraints of the function
- A single iteration of the ICP function, allowing for any input and output, usually used for debugging or visualization