There are many holes in the Bunny data using the ball pivoting
- Dominant language
- C++
- Stars
- 14k
- Forks
- 2.6k
- Avg merge
- 5d 18h
- Merged PRs (30d)
- 6
Description
hi,
i meet some problems in the Bunny data using the ball pivoting, here my code:
`knn_normal = 30
pcd.estimate_normals(search_param=o3d.geometry.KDTreeSearchParamKNN(knn=knn_normal),
fast_normal_computation=False)
radii = [0.006, 0.008, 0.01, 0.012]
rec_mesh = o3d.geometry.TriangleMesh.create_from_point_cloud_ball_pivoting(
pcd, o3d.utility.DoubleVector(radii))
o3d.visualization.draw_geometries([rec_mesh], mesh_show_back_face=True)
`

i think it may be due to faulty normals, but i tried several parameters and the results not good
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.