Function segment_plane_legacy

Source
pub fn segment_plane_legacy(
    cloud: &PointCloud<Point3f>,
    threshold: f32,
) -> Result<Vec<usize>>
👎Deprecated: Use segment_plane instead which returns a complete result
Expand description

Legacy function for backward compatibility