Skip to main content

segment_ground

Function segment_ground 

Source
pub fn segment_ground(
    cloud: &PointCloud<Point3f>,
    sensor_height: f32,
) -> Result<GroundSegmentationResult>
Expand description

Convenience wrapper using default configuration with a given sensor height.