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.
pub async fn gpu_extract_clusters(
gpu_context: &GpuContext,
cloud: &PointCloud<Point3f>,
config: GpuClusterConfig,
) -> Result<Vec<PointCloud<Point3f>>>GPU-accelerated Euclidean cluster extraction for a point cloud.