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

Downsampling colored point cloud #95

Open
Seekerzero opened this issue Oct 4, 2024 · 1 comment
Open

Downsampling colored point cloud #95

Seekerzero opened this issue Oct 4, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@Seekerzero
Copy link

Hi Koide,

Thanks for your fantastic work!

I was trying to use the downsampling module on the pcl::Point point cloud and found that the colors are gone. I looked into the code and found that it is because the bits encoding only takes the XYZ coordinates.

Do you have any plans to adapt this feature? As it may scale down the maximum range of the target cloud.

Thanks again!

@Seekerzero Seekerzero added the enhancement New feature or request label Oct 4, 2024
@koide3
Copy link
Owner

koide3 commented Oct 5, 2024

Thanks for your request. The current implementation of downsampling considers only point coordinates and ignores other attributes. I think we can add a slight modification to support point colors. Maybe I'll do it in the next week.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants