Expand description
GPU-accelerated point cloud segmentation.
Structs§
- GpuCluster
Extraction Result - Result of GPU-accelerated Euclidean cluster extraction.
- GpuEuclidean
Cluster Config - Configuration for GPU Euclidean cluster extraction.
- GpuPlane
Model - A 3D plane model defined by
ax + by + cz + d = 0. - GpuPlane
Segmentation Config - Configuration for GPU RANSAC plane segmentation.
- GpuPlane
Segmentation Result - Result of GPU RANSAC plane segmentation.
Functions§
- gpu_
extract_ clusters - GPU-accelerated Euclidean cluster extraction for a point cloud.
- gpu_
extract_ euclidean_ clusters - GPU-accelerated Euclidean cluster extraction for a point cloud.
- gpu_
segment_ plane - GPU-accelerated RANSAC plane segmentation for a point cloud.
- gpu_
segment_ plane_ ransac - GPU-accelerated RANSAC plane segmentation for a point cloud.
Type Aliases§
- GpuCluster
Config - Issue-compatible alias for GPU Euclidean cluster extraction config.