Hello,there is a question.What is the role of min_bound and max_bound when voxel_down_sample_and_trace? This should be by controlling the sampling range of the point cloud, so as to control the number of downsampled point clouds, right? But that doesn't seem to be the case in my project, and I'm not sure if this is a bug. I will reduce the doubts to the following example, why are downpcd2 and downpcd3 the same number of points?###
Controls the extent of the point cloud that is downsampled.
Open3D, Python and System information
- Operating system: Windows 10 64-bit
- Python version: Python 3.8
- Open3D version: output from python: 0.15.1, 0.17.0
- System architecture: arm64
- Is this a remote workstation?: no
- How did you install Open3D?: pip
- Compiler version (if built from source): no
The interface may sound confusing, but the boundary is mainly for a sanity check to decide whether the voxel size is too small. You may first crop a point cloud using crop before downsampling
Checklist
master
branch).Describe the issue
Hello,there is a question.What is the role of min_bound and max_bound when voxel_down_sample_and_trace? This should be by controlling the sampling range of the point cloud, so as to control the number of downsampled point clouds, right? But that doesn't seem to be the case in my project, and I'm not sure if this is a bug. I will reduce the doubts to the following example, why are downpcd2 and downpcd3 the same number of points?###
Steps to reproduce the bug
Error message
none
Expected behavior
Controls the extent of the point cloud that is downsampled.
Open3D, Python and System information
Additional information
none