Crates.io | icp_2d |
lib.rs | icp_2d |
version | 0.1.2 |
source | src |
created_at | 2024-01-29 22:12:52.334184 |
updated_at | 2024-02-09 16:53:46.803256 |
description | A 2D Iterative Closest Point implementation in Rust |
homepage | |
repository | |
max_upload_size | |
id | 1119405 |
size | 15,789 |
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.