| Crates.io | f3l |
| lib.rs | f3l |
| version | 0.3.0 |
| created_at | 2024-05-17 00:16:10.194722+00 |
| updated_at | 2024-05-17 00:16:10.194722+00 |
| description | 3D Point Cloud Library |
| homepage | |
| repository | https://github.com/Donvlouss/f3l |
| max_upload_size | |
| id | 1242671 |
| size | 25,759 |
To become a 3d library in rust.
Some features could also use on 2d.
See more for each README.md of crates.
serde support.
| crate | description |
|---|---|
| f3l_glam | Some trait and implement for glam types. |
| f3l_core | General mathematics and types definition. |
| f3l_search_tree | Search Tree for finding neighbors. (n-dim) |
| f3l_filter | 3D and 2D points filter. |
| f3l_segmentation | 3D and 2D Cluster and Model Optimize. |
| f3l_features | 3D and 2D data features. |
| f3l_surface | Compute Hulls and triangulation. |
| file | source |
|---|---|
| table_scene_lms400.ply | pcd to ply. Generate from pcl. |
| table_voxel_down.ply | Using voxel down to generate table_scene_lms400.ply |
| table_remove_plane.ply | Remove planes of ground and table |
| Data |