#point #icp #2d #algorithm #clouds #iterative #matrix-operations

icp_2d

A 2D Iterative Closest Point implementation in Rust

3 releases

0.1.2 Feb 9, 2024
0.1.1 Feb 1, 2024
0.1.0 Jan 29, 2024

#1172 in Algorithms

Download history 3/week @ 2024-01-28 1/week @ 2024-02-04 13/week @ 2024-02-18 44/week @ 2024-02-25 3/week @ 2024-03-03 29/week @ 2024-03-10 1/week @ 2024-03-17 51/week @ 2024-03-31

51 downloads per month

MIT license

16KB
336 lines

icp_2d

This is a simple implementation of the Iterative Closest Point (ICP) algorithm for 2D point clouds. The algorithm is implemented in Rust and uses the nalgebra library for matrix operations.

Dependencies

~3MB
~57K SLoC