Skip to main content

PointCloudSegmenter

Trait PointCloudSegmenter 

Source
pub trait PointCloudSegmenter {
    // Required method
    fn name(&self) -> &'static str;
}
Expand description

Common trait for point cloud segmentation algorithms.

Required Methods§

Source

fn name(&self) -> &'static str

Human-readable segmenter name.

Implementors§