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.