Open3D
                                
                                 Open3D copied to clipboard
                                
                                    Open3D copied to clipboard
                            
                            
                            
                        Make SelectPolygonVolume.CropInPolygon return indices
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.
Thanks for submitting this pull request! The maintainers of this repository would appreciate if you could update the CHANGELOG.md based on your changes.
Hi, thanks for this PR. Please see style guide and apply it to this PR @jamesdi1993 .