Open guhur opened 2 years ago
I have similar issue, voxel grid is not changed
min_bound = np.asarray([1, 2, 3]).reshape(3, 1).astype(np.float64)
max_bound = np.asarray([-1, -2, -3]).reshape(3, 1).astype(np.float64)
voxel_grid = VoxelGrid.create_from_point_cloud_within_bounds(pcd, voxel_size, min_bound,max_bound)
Checklist
master
branch).Describe the issue
The documentation explains that the parameters
min_bound
andmax_bound
for the function should crop the point cloud within bounds (at least in my understanding).I don't see any impact of the bounds, as illustrated in the above example.
Steps to reproduce the bug
Error message
This is providing the full point cloud:
Expected behavior
I would be expected the point cloud to be cropped instead.
Open3D, Python and System information
Additional information
No response