Expand description
Algorithms for 3D point cloud and mesh processing
Re-exports§
pub use filtering::*;
pub use normals::*;
pub use nearest_neighbor::*;
pub use registration::*;
pub use segmentation::*;
pub use features::*;
Modules§
- features
- Feature extraction algorithms
- filtering
- Filtering algorithms
- nearest_
neighbor - Nearest neighbor search implementations
- normals
- Normal estimation algorithms
- point_
cloud_ ops - Point cloud operations including k-nearest neighbors search
- registration
- Registration algorithms
- segmentation
- Segmentation algorithms