Open3D
Open3D copied to clipboard
Open3D: A Modern Library for 3D Data Processing
This also gracefully handles the preallocated buffer being too small and adds a heuristic which estimates the number of fragments needed. This is the bug responsible for #5344 and fixes...
### 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...
This PR adds wrapper for `FarthestPointDownSample`, `HiddenPointRemoval` and `SegmentPlane` to tensor PointCloud. --- This change is [](https://reviewable.io/reviews/isl-org/open3d/5330)
This change is [](https://reviewable.io/reviews/isl-org/open3d/5415)
### 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...
Hi guys, Is there a function/method to compute curvature of the points? Thanks
Summary: 1. Add `OrientedBoundingBox` in tensor geometry. 2. Change properties access method for pybind: ```python # Original. min_bound = aabb.get_min_bound() rotation = obb.get_rotation() # Currently, return read only property. min_bound...
This change is [](https://reviewable.io/reviews/isl-org/open3d/5404)
### 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...
This change is [](https://reviewable.io/reviews/isl-org/open3d/5408)