Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bugfix: in-place filtering with VoxelGrid #1366

Merged
merged 1 commit into from
Oct 14, 2015

Conversation

dseredyn
Copy link
Contributor

@dseredyn dseredyn commented Oct 8, 2015

You should not use in-place filtering with VoxelGrid as stated in
http://www.pcl-users.org/strange-effect-of-the-downsampling-td3857829.html

@VictorLamoine
Copy link
Contributor

I think I'll soon integrate this tool as part of the PCL library through something like a uniformCloudFromMesh function.

I also don't understand the point of the voxel grid. What is the point of upscaling a cloud to a certain point count and then down-sample it to an unknown point count ?!

@dseredyn
Copy link
Contributor Author

cloud
voxel_grid
The images show the reason for using the voxel grid. They show point clouds generated from a cube mesh. Each point cloud have ~10000 points. The second one is generated from point cloud with 100000 points and down-sampled with the voxel grid. Is has more 'structured' distribution.

jspricke added a commit that referenced this pull request Oct 14, 2015
bugfix: in-place filtering with VoxelGrid
@jspricke jspricke merged commit c993e57 into PointCloudLibrary:master Oct 14, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants