icp_2d 0.1.2

A 2D Iterative Closest Point implementation in Rust
Documentation
1
2
3
# 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.