Crate threecrate_algorithms

Source
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