Open3D icon indicating copy to clipboard operation
Open3D copied to clipboard

Make SelectPolygonVolume.CropInPolygon return indices

Open jamesdi1993 opened this issue 3 years ago • 2 comments

Following issue created at https://github.com/isl-org/Open3D/issues/3713, in some circumstance it would be really great to have the indices of the cropped point clouds in SelectionVolume.CropInPolygon() function, for example, when the point cloud size is very large, and it's expensive to make a copy of the cropped point clouds.

This PR proposes to make the SelectionVolume.CropInPolygon() a public method, which directly returns the indices for the cropped point cloud. Python bindings function is added to make it callable from python.


This change is Reviewable

jamesdi1993 avatar Jul 24 '22 22:07 jamesdi1993

Thanks for submitting this pull request! The maintainers of this repository would appreciate if you could update the CHANGELOG.md based on your changes.

update-docs[bot] avatar Jul 24 '22 22:07 update-docs[bot]

Hi, thanks for this PR. Please see style guide and apply it to this PR @jamesdi1993 .

yuecideng avatar Jul 29 '22 08:07 yuecideng