pub trait PointCloudSegmenter {
// Required method
fn name(&self) -> &'static str;
}Expand description
Common trait for point cloud segmentation algorithms.
pub trait PointCloudSegmenter {
// Required method
fn name(&self) -> &'static str;
}Common trait for point cloud segmentation algorithms.