'open3d.cpu.pybind.geometry.PointCloud' object has no attribute 'segment_cylinder
时间: 2023-12-16 16:04:09 浏览: 154
Computational-Geometry.rar_geometry_point in polygon_平面最近点对
As an AI language model, I can infer that the error message indicates that the 'segment_cylinder' attribute is not available in the 'open3d.cpu.pybind.geometry.PointCloud' object. This could be due to a few reasons such as:
- The attribute has not been defined in the PointCloud class.
- The attribute has been defined but was not imported or initialized properly.
- The attribute has been defined but is not accessible in the current context.
To further troubleshoot the issue, it would be helpful to provide more code context and information about what you are trying to achieve with the 'segment_cylinder' attribute.
阅读全文