Skip to main content

gpu_extract_clusters

Function gpu_extract_clusters 

Source
pub async fn gpu_extract_clusters(
    gpu_context: &GpuContext,
    cloud: &PointCloud<Point3f>,
    config: GpuClusterConfig,
) -> Result<Vec<PointCloud<Point3f>>>
Expand description

GPU-accelerated Euclidean cluster extraction for a point cloud.