607 B
607 B
aliases
| aliases | |
|---|---|
|
Iterative closest point (ICP) is an algorithm to minimize the difference between two clouds of points, which means it can be used to reconstruct 2D or 3D surfaces from different scans. It is an algorithm that tries to solve the generic problem of Point-Set registration
Implementations
- The library libpointmatcher
- The lightweight library simpleICP