Skip to main content

gpu_segment_plane_ransac

Function gpu_segment_plane_ransac 

Source
pub async fn gpu_segment_plane_ransac(
    gpu_context: &GpuContext,
    cloud: &PointCloud<Point3f>,
    threshold: f32,
    max_iters: usize,
) -> Result<GpuPlaneSegmentationResult>
Expand description

GPU-accelerated RANSAC plane segmentation for a point cloud.