Expand description
Iterative closest point with a point-to-plane residual.
Conventions: the pose update is left-multiplied, T ← exp(Δξ)·T, and
algebra coordinates are ordered ξ = [ρ; φ]. The synthetic scenes’
null spaces and the conditioning analysis assume the same conventions,
so neither can be changed in isolation.
Structs§
- IcpConfig
- Registration settings.
- IcpResult
- The result of a registration.
- Iteration
Report - Solver state after an accepted iteration.
- Surface
- A surface: a cloud together with its normals.
Enums§
- Kernel
- A loss function.
Functions§
- point_
to_ plane_ row - One row of the point-to-plane constraint Jacobian.
- register
- Registers
sourceagainsttarget. - register_
observed - The same, with an observer called after every accepted iteration.
- surface
- Builds a
Surfacefrom an existing cloud and its normals.