-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Pointcloud Filtering #7160
Comments
Hi @upasana27 Are you referring to applying post-processing filters to the point cloud data please? If you are, then the Intel guide to post-processing should be helpful. https://dev.intelrealsense.com/docs/depth-post-processing Could you also please also confirm which point cloud example you are using so that we know which programming language (C++, C# or Python) you are using. This will allow relevant script references to be suggested. Thanks! |
Hi @MartyG-RealSense, thanks for replying. I am using the following pointcloud example in C++: https://github.com/IntelRealSense/librealsense/tree/master/examples/pointcloud |
Thanks very much for the information. The SDK has a C++ tutorial for defining post-processing filters at the link below: https://github.com/IntelRealSense/librealsense/tree/master/examples/post-processing Further documentation about post-processing filters is here: It includes a C++ example script at the bottom of the page. |
Hi @MartyG-RealSense, thank you for the help. I am looking forward to filter the generated point cloud using voxel leaf filtering and noise removal. I wanted to use PCL library for the same. Is there any recommended wrapper or code for converting the point cloud generated in the example into pcl format? Kind regards |
Hi @MartyG-RealSense, thank you for the guidance. The issue has been solved. Closing the thread. |
Thanks very much for the update @upasana27 |
How to proceed with filtering the point cloud obtained from the point cloud example? Since the data structure belongs to rs2 library, how can we access the data?
Thanks and Regards
The text was updated successfully, but these errors were encountered: