Expand description
Segmentation algorithms
Structs§
- Plane
Model - A 3D plane model defined by the equation ax + by + cz + d = 0
- Plane
Segmentation Result - RANSAC plane segmentation result
Functions§
- segment_
plane - Plane segmentation using RANSAC algorithm
- segment_
plane_ legacy Deprecated - Legacy function for backward compatibility
- segment_
plane_ parallel - Parallel RANSAC plane segmentation for better performance on large point clouds