Open3D icon indicating copy to clipboard operation
Open3D copied to clipboard

Request to fit RANSAC Cylinder

Open Ameliecc opened this issue 1 year ago • 4 comments
trafficstars

Checklist

Proposed new feature or change

fit Cylinder

References

import open3d as o3d

加载点云数据

pcd = o3d.io.read_point_cloud("cylinder_ex.pcd") cylinder_model, inliers = pcd.segment_cylinder(radius = 0.03) cylinder_cloud = pcd.select_by_index(inliers) o3d.visualization.draw_geometries(([cylinder_cloud]))

Additional information

Error: cylinder_model, inliers = pcd.segment_cylinder(radius = 0.03) AttributeError: 'open3d.cpu.pybind.geometry.PointCloud' object has no attribute 'segment_cylinder'

Ameliecc avatar Jan 13 '24 13:01 Ameliecc

你解决了吗,我也没解决这个问题

dx-momo avatar Jan 15 '24 06:01 dx-momo

也没有球面的ransac,同求

guyuezuntinggithub avatar Jan 17 '24 06:01 guyuezuntinggithub

也没有球面的ransac,同求

哥们,可以先投影再计算

dx-momo avatar Jan 17 '24 07:01 dx-momo

也没有球面的ransac,同求

哥们,可以先投影再计算

谢谢

guyuezuntinggithub avatar Jan 18 '24 02:01 guyuezuntinggithub