You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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.
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!
The text was updated successfully, but these errors were encountered: