Poisson Recon's other arguments
- Dominant language
- C++
- Stars
- 14k
- Forks
- 2.6k
- Avg merge
- 5d 18h
- Merged PRs (30d)
- 6
Description
### Checklist
- [X] I have searched for [similar issues](https://github.com/isl-org/Open3D/issues).
- [X] For Python issues, I have tested with the [latest development wheel](http://www.open3d.org/docs/latest/getting_started.html#development-version-pip).
- [X] I have checked the [release documentation](http://www.open3d.org/docs/release/) and the [latest documentation](http://www.open3d.org/docs/latest/) (for `master` branch).
### Proposed new feature or change
hi, python binder for poisson recon. is as follow:
`.def_static("create_from_point_cloud_poisson",
&TriangleMesh::CreateFromPointCloudPoisson,
"Function that computes a triangle mesh from a "
"oriented PointCloud pcd. This implements the Screened "
"Poisson Reconstruction proposed in Kazhdan and Hoppe, "
"\"Screened Poisson Surface Reconstruction\", 2013. "
"This function uses the original implementation by "
"Kazhdan. See https://github.com/mkazhdan/PoissonRecon",
"pcd"_a, "depth"_a = 8, "width"_a = 0, "scale"_a = 1.1,
"linear_fit"_a = false, "n_threads"_a = -1)`
could you please also expose the boundary type `-btype`? it is very much needed in cases where high accuracy is needed in the object boundaries since the Dirichlet condition approximate the boundary better then the default Neumann condition
### References
_No response_
### Additional information
_No response_
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.