Crate threecrate_algorithms

Source
Expand description

§ThreeCrate Algorithms

A collection of algorithms for 3D point cloud and mesh processing.

This crate provides various algorithms for processing 3D point clouds and meshes, including filtering, normal estimation, registration, segmentation, and feature detection.

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
registration
Registration algorithms
segmentation
Segmentation algorithms