-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
Voxel Grid with XYZRGBA cloud #1413
Comments
Closed
SergioRAgostinho
added a commit
to SergioRAgostinho/pcl
that referenced
this issue
Nov 8, 2015
Voxel grid now handles alpha values.
SergioRAgostinho
added a commit
to SergioRAgostinho/pcl
that referenced
this issue
Nov 8, 2015
Fixes PointCloudLibrary#1413, based on PointCloudLibrary#1170, modified to make use of PointCloudLibrary#586.
Merged
SergioRAgostinho
added a commit
to SergioRAgostinho/pcl
that referenced
this issue
Nov 12, 2015
Addresses PointCloudLibrary#1413 , based on PointCloudLibrary#1170, modified to make use of PointCloudLibrary#586. Includes extra tests for RGBA and for testing downsamplealldata=false
SergioRAgostinho
added a commit
to SergioRAgostinho/pcl
that referenced
this issue
Nov 12, 2015
Addresses PointCloudLibrary#1413 , based on PointCloudLibrary#1170, modified to make use of PointCloudLibrary#586. Includes extra tests for RGBA and for testing downsamplealldata=false
jspricke
added a commit
that referenced
this issue
Nov 17, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Brought the discussion from the mailing list, because I think this a bug.
I just gave it a try at voxel grid filtering using a XYZRGBA cloud, where all my points had alpha set to 1, and I was quite surprised to discover that all the points in the filtered cloud points had alpha set to 0.
Is there any particular reason which makes it impossible for voxel grid filtering to handle alpha values?
The text was updated successfully, but these errors were encountered: